PlayerChangeWorldListener

This commit is contained in:
2024-07-09 21:50:49 +02:00
parent d97cf35aed
commit 992cea92ef
3 changed files with 15 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ public class PixelBlock {
}
}
pixelBlockLocation.getBlock().setType(Material.GLASS);
// pixelBlockLocation.getBlock().setType(Material.GLASS);
hitbox = (Interaction) pixelBlockLocation.getWorld().spawnEntity(
pixelBlockLocation.clone().add(0.5, -hitboxOffset, 0.5),