-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
double offsetX = 0.5d;
double offsetZ = 0.5d;
Block block = Bukkit.getWorld("world").getBlockAt(100, 100, 100);
Location end = block.getLocation().add(offsetX, 400d, offsetZ);
Location start = block.getLocation().add(offsetX, 0.5d, offsetZ);
Laser laser = new Laser.GuardianLaser(start, end, 1000, 100);On 1.18.2 with GuardianBeam 2.3.6, the laser was centered on the block. On 1.21.1 with GuardianBeam 2.4.0, the centering no longer works.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working