some more compile fixes
This commit is contained in:
@@ -21338,7 +21338,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
return this.checkStructureInfo(object2IntMap, type, skipReferencedStructures);
|
||||
} else {
|
||||
@@ -0,0 +0,0 @@ public class StructureCheck {
|
||||
} else if (!placement.applyAdditionalChunkRestrictions(pos.x, pos.z, this.seed)) {
|
||||
} else if (!placement.applyAdditionalChunkRestrictions(pos.x, pos.z, this.seed, this.getSaltOverride(type))) { // Paper - add missing structure seed configs
|
||||
return StructureCheckResult.START_NOT_PRESENT;
|
||||
} else {
|
||||
- boolean bl = this.featureChecks
|
||||
|
||||
Reference in New Issue
Block a user