mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-19 15:09:18 +00:00
include stronghold in mantle radius calc
This commit is contained in:
@@ -180,6 +180,10 @@ public class MantleJigsawComponent extends IrisMantleComponent {
|
||||
var dimension = getDimension();
|
||||
|
||||
KSet<String> structures = new KSet<>();
|
||||
if (dimension.getStronghold() != null) {
|
||||
structures.add(dimension.getStronghold());
|
||||
}
|
||||
|
||||
for (var placement : dimension.getJigsawStructures()) {
|
||||
structures.add(placement.getStructure());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user