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

Request for clothing crafting

Feycat

New member
It's ridiculous that we can hammer out armor of steel but can't figure out how to make a leather coat or a pair of pants!

Anyone got some recipe edits?

 
In A16 i made recipes, now in A17 i add them to the traders (in larger amounts so that the chance they have them is bigger)

But sure here 3 Items (not testet ingame if it works)

Code:
<recipe name="jacketWhite" count="1" >
<ingredient name="resourceCloth" count="50"/>
<ingredient name="resourceFeather" count="50"/>
</recipe>

<recipe name="denimPants" count="1" >
<ingredient name="resourceCloth" count="35"/>
</recipe>

<recipe name="shirt" count="1" >
<ingredient name="resourceCloth" count="20"/>
</recipe>
 
Back
Top