mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Revert "Revert "Revert "Revert "Revert "V+"""""
This reverts commit bc7448730150fb23b31d2fd8ac9810972319fe05.
This commit is contained in:
parent
bc74487301
commit
9f19e585db
@ -22,7 +22,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.volmit.iris'
|
||||
version '1.8.7'
|
||||
version '1.8.6'
|
||||
def apiVersion = '1.17'
|
||||
def name = getRootProject().getName() // Defined in settings.gradle
|
||||
def main = 'com.volmit.iris.Iris'
|
||||
|
@ -117,6 +117,10 @@ 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user