BiomeTweaker

BiomeTweaker

13M Downloads

Cannot seem to remove a biome nor replace it in 1.19.2

celsiusqc opened this issue ยท 2 comments

commented

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.

furthermore, this is my file structure
image

commented

These commands do not exist in 1.18+. You must accomplish this through a datapack.

commented

Is there any info on the wiki on how to do it with datapack structure?
Or do you have a dummy file with vanilla examples that can be used in reference?