Jump to content

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


Nilbin Kaar

Recommended Posts

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...