ErrorNull
Refugee
Hello everyone, I just want to make small flat map that has no decorations. Just flat dirt. I experimented with the in-game world editor staring with pine forest map, but not having much luck with removing all the decorations all at once. also tried messing with modding the biomes.xml file. i zero out all the decoration probabilities, but for some reason some grass and trees still remain. any ideas?
biomes.xml
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'tree')]/@prob">0</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'plant')]/@prob">0</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'cnt')]/@prob">0</set>
biomes.xml
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'tree')]/@prob">0</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'plant')]/@prob">0</set>
<set xpath="/worldgeneration/biomes/biome/subbiome/decorations/decoration[contains(@blockname,'cnt')]/@prob">0</set>
