9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-25 09:59:20 +00:00

remove debug

This commit is contained in:
XiaoMoMi
2024-03-17 16:03:18 +08:00
parent b69f1866fc
commit db8d1e1ce8

View File

@@ -295,7 +295,6 @@ public class BukkitWorldAdaptor extends AbstractWorldAdaptor {
}
case "GREENHOUSE" -> {
for (int pos : (int[]) block.get("pos").getValue()) {
System.out.println("you");
ChunkPos chunkPos = new ChunkPos(pos);
blockMap.put(chunkPos, new MemoryGlass(chunkPos.getLocation(world, coordinate), new CompoundMap(data)));
}