<Krougal>
<append xpath="/recipes">
<recipe name="ammoBundle9mmAmmo" count="1" craft_time="30" craft_area="workbench" tags="learnable,workbenchCrafting">
<ingredient name="ammo9mmBulletBall" count="100"/>
<ingredient name="resourcePaper" count="2"/>
</recipe>
</append>
</Krougal>
So I've got a bunch of recipes to repack ammo, but for brevity I shortened it to 1. I get an error about the recipe already existing, but I know alternate recipes with the same name are a thing, such as "resourceGlue" which has 3. I've also tried doing it with insertAfter, but then it just pukes on me altogether and nukes ALL recipes.
<append xpath="/recipes">
<recipe name="ammoBundle9mmAmmo" count="1" craft_time="30" craft_area="workbench" tags="learnable,workbenchCrafting">
<ingredient name="ammo9mmBulletBall" count="100"/>
<ingredient name="resourcePaper" count="2"/>
</recipe>
</append>
</Krougal>
So I've got a bunch of recipes to repack ammo, but for brevity I shortened it to 1. I get an error about the recipe already existing, but I know alternate recipes with the same name are a thing, such as "resourceGlue" which has 3. I've also tried doing it with insertAfter, but then it just pukes on me altogether and nukes ALL recipes.