mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 03:59:06 +00:00
Fixed Strongholds not generating in 1.17
- Fixed Strongholds not generating in 1.17 - Made 9 strongholds now generate by default Dev note: Tile entities are not placing correctly in jigsaws when generating (manual placement is fine)
This commit is contained in:
@@ -57,4 +57,9 @@ public class IrisPosition
|
||||
public IrisPosition copy() {
|
||||
return new IrisPosition(x,y,z);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "[" + getX() + "," + getY() + "," + getZ() + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user