mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 12:09:07 +00:00
Smart Bore & Islands
This commit is contained in:
@@ -19,4 +19,6 @@ public interface IObjectPlacer
|
||||
public boolean isUnderwater(int x, int z);
|
||||
|
||||
public int getFluidHeight();
|
||||
|
||||
public boolean isDebugSmartBore();
|
||||
}
|
||||
|
||||
@@ -1215,4 +1215,10 @@ public class StructureTemplate implements Listener, IObjectPlacer
|
||||
this.center = center;
|
||||
updateTiles(focus, null, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDebugSmartBore()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user