I'm wanting to remove the entire Biomes section of biomes.xml
Inside of biomes.xml, I typed:
<remove xpath="/biomes/biomes"/>
then
<append xpath="/biomes">
<biomes>
<biomemap id="01" name="snow"/>
etc, etc, etc
I am making a lot of changes to biomes, like restricting potassium only to snow, coal only burnt forest, cites,towns,vehicles only to wasteland. I don't want to add a million append or set commands. Just remove all of biomes.xml/biomes and append the entire section biomes section with all of my changes.
Thanks in advance!