9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-19 15:09:18 +00:00

Update PlannedStructure.java

This commit is contained in:
CocoTheOwner
2021-03-10 16:20:30 +01:00
parent d04223e174
commit f9a7c12620

View File

@@ -132,9 +132,6 @@ public class PlannedStructure {
{
p.setY(height);
}
if (j.getSpawnEntity().equals("villager")){
Iris.msg("Spawning villager on jigsaw @" + p.getX() + "/" + p.getY() + "/" + p.getZ());
}
for (int k = 0; k < j.getEntityCount(); k++) {
e.getParallaxAccess().setEntity(p.getX(), p.getY(), p.getZ(), j.getSpawnEntity());
}