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

Help with new recipes pls

Sinnocence

Refugee
So I created a new "campfire" and added the new workstation to the xui file and all the recipes that would be made in that workstation. The issue I have is that it doesn't assign these to a tabbing category like in the original campfire. How do I do this properly without changing .dlls?

Thank you for your time,

Sinnocence

 
Ok that helped with the new crafting station now I need to figure out how to get the new recipes to be listed in one of those categories instead of having to do a search for them. Any hints there sir?

edit: and I could literally hug you for that by the way sir!

guess I should add a bit of the code so you can see where I am with it.

Code:
<recipe name="modDyePurple" count="1" craft_area="chemistryStation">
       <ingredient name="resourcePaint" count="20"/>
</recipe>
do I need to add this

Code:
<property name="Group" value="Chemicals,CFChemicals"/>
to the item itself?

 
Last edited by a moderator:
Back
Top