Resolved Merge Conflicts Again
...
This commit is contained in:
@@ -158,7 +158,7 @@ public abstract class BaseGateway
|
||||
{
|
||||
return !this.isBiomeSpecific || this.biomeNames.contains(biome.biomeName.toLowerCase());
|
||||
}
|
||||
|
||||
|
||||
public boolean hasSchematic()
|
||||
{
|
||||
return this.schematicPaths != null && !this.schematicPaths.isEmpty();
|
||||
|
||||
@@ -15,7 +15,6 @@ public class GatewayBlockFilter extends SchematicFilter {
|
||||
private Schematic schematic;
|
||||
private Point3D entranceDoorLocation;
|
||||
|
||||
|
||||
public GatewayBlockFilter(short dimensionalDoorID, short transientDoorID, short warpDoorID)
|
||||
{
|
||||
super("GatewayEntranceFinder");
|
||||
|
||||
Reference in New Issue
Block a user