Noblegases
Refugee
How would I add a xpath to add my own customs food into the loot groups "airdropfoods" "junk" "coldfoods" and "cannedfood" Whenever i tried with my attachted xpath, when loading into the game in the f1 menu, it says wrn xml patch for "loot.xml" from mod "noble's food overhaul" did not apply. <append xpath="lootgroup/lootgroup{@name='airdropfood'
Code:
<append xpath="/lootgroup/lootgroup[@name='airdropfood']">
<item name="foodCupcake"/>
<item name="foodCookie"/>
<item name="foodNuggets"/>
<item name="foodCroissant"/>
<item name="foodHamburger"/>
<item name="foodItalianricotta"/>
<item name="foodFries"/>
<item name="foodTunalarge"/>
<item name="foodSandwich"/>
<item name="foodPotatosalad"/>
<item name="foodKFC"/>
</append>