replacing biomes are not working
resinate opened this issue ยท 1 comments
Void = forBiomes(1-7,10-39,129-134,140,149,151,155-158,160-167,192-195)
Void.regiserGenBiomeRep(0)
trying to replace all overworld biomes with ocean doesnt work.
and this is what wiki says
biome2 = forBiomes(2)
biome9.regiserGenBiomeRep(10)
where is biome2 and biome9 referenced at to declare these statements valid?
The wiki had a few typos. The correct command is detailed in #32, you should be using registerGenBiomeRep
.