Nilbin Kaar
New member
Hello, just as the title states, I want to have the modification recipes return the schematic along with the mod. I am not sure what line i need to add to the recipes to have it do this.
<recipe name="modMeleeWoodSplitter" count="1" craft_area="workbench" tags="learnable">
<ingredient name="modMeleeWoodSplitterSchematic" count="1"/>
<ingredient name="resourceForgedIron" count="5"/>
<ingredient name="resourceGlue" count="5"/>
<ingredient name="resourceMechanicalParts" count="5"/>
<ingredient name="resourceSpring" count="10"/>
</recipe>
I would like the recipe to not only supply the "modMeleeWoodSplitter", but also the "modMeleeWoodSplitterSchematic" back as well.
Any help would be greatly appreciated. Thanks in advance.
<recipe name="modMeleeWoodSplitter" count="1" craft_area="workbench" tags="learnable">
<ingredient name="modMeleeWoodSplitterSchematic" count="1"/>
<ingredient name="resourceForgedIron" count="5"/>
<ingredient name="resourceGlue" count="5"/>
<ingredient name="resourceMechanicalParts" count="5"/>
<ingredient name="resourceSpring" count="10"/>
</recipe>
I would like the recipe to not only supply the "modMeleeWoodSplitter", but also the "modMeleeWoodSplitterSchematic" back as well.
Any help would be greatly appreciated. Thanks in advance.
Last edited by a moderator: