• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

How do you modify the recipe for the mods to return the schematic as well?

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.

 
Last edited by a moderator:
You could instead change all the mod recipes to not need the schematic and make using the schematic teach you the recipe.

 
Back
Top