Removes the temporary ignoreEntrances option and replaces it with proper snowman blocking. Fixes #3
Allows new gates to contain water as underwater gates are a thing now Adds a check to prevent snowmen from placing snow inside a portal's entrance Removes the ignoreEntrances option everywhere
This commit is contained in:
@ -5,7 +5,8 @@ default-gate-network=gates.defaultGateNetwork
|
||||
destroyexplosion=gates.integrity.destroyedByExplosion
|
||||
maxgates=gates.maxGatesEachNetwork
|
||||
destMemory=gates.cosmetic.rememberDestination
|
||||
ignoreEntrance=gates.integrity.ignoreEntrance
|
||||
ignoreEntrance=
|
||||
gates.integrity.ignoreEntrance=
|
||||
handleVehicles=gates.functionality.handleVehicles
|
||||
sortLists=gates.cosmetic.sortNetworkDestinations
|
||||
protectEntrance=gates.integrity.protectEntrance
|
||||
|
Reference in New Issue
Block a user