Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

1.16.x: 1.1 - Register biomes at app start

PG85 opened this issue ยท 2 comments

commented

Other mods assume that biomes are registered at app start, since OTG registers/unregisters biomes when loading/unloading worlds, this causes mod compatibility problems, with modded mobs/objects not spawning in OTG biomes. To fix this, we've discussed adding a new mode to OTG that allows users to define a single preset (world + dimensions), for which the biomes are registered at app start. While this mode is active, the selected preset should be the only useable preset and only its pre-defined dimensions can be created/deleted.

See also: #154.

commented

See also: #275

commented

Included for 0.0.1, all biomes for all presets are loaded and registered on app start. may need re-working when Forge biome registry / DeferedRegister works properly .