Cannot seem to remove a biome nor replace it in 1.19.2
celsiusqc opened this issue ยท 2 comments
I tried
toxic_jungle = forBiomes(dreamland:toxic_jungle)
jungle = forBiomes(minecraft:jungle)
toxic_jungle.registerGenBiomeRep(jungle)
also tried
toxic_jungle = forBiomes("dreamland:toxic_jungle")
toxic_jungle.remove()
both did not work.
I am knew to this mod and tried to follow the wiki as best as I could.
These commands do not exist in 1.18+. You must accomplish this through a datapack.