Nether fortresses enabled by default in "vanilla" preset.
aswheaton opened this issue ยท 1 comments
All biomes in the vanilla preset have the lines:
# Whether a Nether Fortress can start in this biome. Might extend to neighbor biomes. NetherFortressesEnabled: true
Which results in occasional nether fortresses throughout the overworld. Surely this should only be the case for the Hell biome? Modifying this for every biome may be cumbersome for the uninitiated. Steps to reproduce:
- Generate a fresh world using OTG without an existing preset installed (i.e. set worlds: world: generator: OpenTerrainGenerator in the bukkit.yml).
- The resulting biome configs generated by OTG all have the line above.