mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
fancyholograms v3: Load yaw and pitch of holograms
This commit is contained in:
@@ -122,7 +122,9 @@ public class JsonAdapter {
|
||||
Bukkit.getWorld(data.hologram_data().worldName()),
|
||||
data.hologram_data().location().x(),
|
||||
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(
|
||||
data.display_data().scale().x(),
|
||||
|
||||
Reference in New Issue
Block a user