mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-23 16:39:22 +00:00
Revert "Revert "Revert "Revert "Revert "Revert "V+""""""
This reverts commit 9f19e585db.
This commit is contained in:
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.volmit.iris'
|
group 'com.volmit.iris'
|
||||||
version '1.8.6'
|
version '1.8.7'
|
||||||
def apiVersion = '1.17'
|
def apiVersion = '1.17'
|
||||||
def name = getRootProject().getName() // Defined in settings.gradle
|
def name = getRootProject().getName() // Defined in settings.gradle
|
||||||
def main = 'com.volmit.iris.Iris'
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
|||||||
@@ -117,10 +117,6 @@ public class MantleJigsawComponent extends IrisMantleComponent {
|
|||||||
}
|
}
|
||||||
writer.setData(position.getX(), 0, position.getZ(),
|
writer.setData(position.getX(), 0, position.getZ(),
|
||||||
new IrisFeaturePositional(position.getX(), position.getZ(), structure.getFeature()));
|
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);
|
new PlannedStructure(structure, position, rng).place(writer, getMantle(), post);
|
||||||
|
|||||||
Reference in New Issue
Block a user