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:
@@ -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)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user