9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00

Revert "Revert "Revert "Revert "Revert "Revert "V+""""""

This reverts commit 9f19e585db.
This commit is contained in:
cyberpwn
2021-09-08 08:49:34 -04:00
parent 9f19e585db
commit f346f080ee
2 changed files with 1 additions and 5 deletions

View File

@@ -117,10 +117,6 @@ public class MantleJigsawComponent extends IrisMantleComponent {
}
writer.setData(position.getX(), 0, position.getZ(),
new IrisFeaturePositional(position.getX(), position.getZ(), structure.getFeature()));
if (structure.getFeature().getEntitySpawners().isNotEmpty()) {
Iris.info("Placed Structure MAIN SPAWN " + structure.getFeature().getEntitySpawners().get(0) + " @R " + structure.getFeature().getBlockRadius());
}
}
new PlannedStructure(structure, position, rng).place(writer, getMantle(), post);