Iceburg71
New member
tried a few different ways, still can't get this to work. Borrowed code form another of my mods that does work, but this one doesn't.... I am perplexed. I just want to add these 3 items to the RepairKit
<insertAfter xpath="/recipes/recipe[@name='resourceRepairKit' and @count='1']">
<ingredient name="resourceOil" count="1"/>
<ingredient name="resourceMechanicalParts" count="1"/>
<ingredient name="resourceElectricParts" count="1"/>
</insertAfter>
<insertAfter xpath="/recipes/recipe[@name='resourceRepairKit' and @count='1']">
<ingredient name="resourceOil" count="1"/>
<ingredient name="resourceMechanicalParts" count="1"/>
<ingredient name="resourceElectricParts" count="1"/>
</insertAfter>