mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 23:47:21 +00:00
Update PlannedStructure.java
This commit is contained in:
parent
d04223e174
commit
f9a7c12620
@ -132,9 +132,6 @@ public class PlannedStructure {
|
|||||||
{
|
{
|
||||||
p.setY(height);
|
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++) {
|
for (int k = 0; k < j.getEntityCount(); k++) {
|
||||||
e.getParallaxAccess().setEntity(p.getX(), p.getY(), p.getZ(), j.getSpawnEntity());
|
e.getParallaxAccess().setEntity(p.getX(), p.getY(), p.getZ(), j.getSpawnEntity());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user