fancyholograms v3: Load yaw and pitch of holograms

This commit is contained in:
Oliver
2025-07-24 21:01:02 +02:00
parent 56b238d8a5
commit 58ac34311d

View File

@@ -122,7 +122,9 @@ public class JsonAdapter {
Bukkit.getWorld(data.hologram_data().worldName()), Bukkit.getWorld(data.hologram_data().worldName()),
data.hologram_data().location().x(), data.hologram_data().location().x(),
data.hologram_data().location().y(), data.hologram_data().location().y(),
data.hologram_data().location().z() data.hologram_data().location().z(),
data.hologram_data().location().yaw(),
data.hologram_data().location().pitch()
); );
Vector3f scale = new Vector3f( Vector3f scale = new Vector3f(
data.display_data().scale().x(), data.display_data().scale().x(),