BloodlustMods Posted Wednesday at 01:04 AM Share Posted Wednesday at 01:04 AM 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! Link to comment Share on other sites More sharing options...
ghowriter Posted Thursday at 01:08 AM Share Posted Thursday at 01:08 AM As someone who procrastinates large projects, this seems like something i would definately procrastinate and never do. That said, in this instance, i would backup biomes.xml to biomes.xml.bak, then edit the file drectly and call it good rather than make such a large project a mod... i did something similar to blocks.xml, to remove upgrading blocks and their harvest outputs... Link to comment Share on other sites More sharing options...
Recommended Posts