]> git.lizzy.rs Git - skycraft.git/blobdiff - src/main/join_skyblock_entity.lua
Fixed Position of Join Skyblock Entity
[skycraft.git] / src / main / join_skyblock_entity.lua
index ea2cfcef269528eb8059fe9a799b6dfb7e2bcf42..1c1e310803e208136601449cf6879c5760206a9d 100644 (file)
@@ -9,7 +9,7 @@ local function on_punch_or_rightclick(self, player)
 end
 
 local function on_activate(self)
-       self.object:set_pos({x = 17, y = 10000.5, z = 0,})
+       self.object:set_pos({x = -10, y = 10000, z = 0,})
        self.object:set_yaw(math.pi * 1.5)
        self.object:set_nametag_attributes({color = "#00B59A", text = "Join Skyblock"})
        self.object:set_animation({x = 0, y = 79}, 30, 0)