disable portal room by default

This commit is contained in:
Unknown
2020-01-01 12:37:29 -05:00
parent 7681007184
commit d18d38fc85
@@ -7,6 +7,7 @@ public class DefaultFinderConfig extends FinderConfig {
this.typeStates.put(Type.INFESTED_STONE_ORE, false);
this.typeStates.put(Type.IGLOO, false);
this.typeStates.put(Type.MANSION, false);
this.typeStates.put(Type.PORTAL_ROOM, false);
}
}