Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Ocean monuments not generating in BiomeTweak'd RTG worlds

whichonespink44 opened this issue ยท 2 comments

commented

Confirmed ocean monuments generating in all MC versions with BiomeTweaker + BOP.

commented

RTG + BiomeTweaker
Seed: -6114793308047248760
BT Script:

keep = forBiomes(0, 24)
keep.addToGeneration("ICY", 1)
keep.addToGeneration("COOL", 1)
keep.addToGeneration("WARM", 1)
keep.addToGeneration("DESERT", 1)
keep.set("genWeight", 100)
keep.set("isSpawnBiome", true)
remove = forAllBiomesExcept(keep)
remove.remove()
Tweaker.setAverageBiomeSize(4)

2017-02-04_05 42 01