• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Craftable dye mods

A little tweak...

Thanks for this mod. I added a additional ingredient to make each dye.

Something I felt would make the color of each one.

Feel free to use. You don't need to credit me or anything. :D

<configs>
<append xpath="/recipes">

<recipe name="modDyeRed" craft_area="chemistryStation" count="1">

<ingredient name="resourcePaint" count="1"/>

<ingredient name="medicalBloodBag" count="1"/>

</recipe>

<recipe name="modDyeGreen" craft_area="chemistryStation" count="1">

<ingredient name="resourcePaint" count="1"/>

<ingredient name="resourceYuccaFibers" count="1"/>

</recipe>

<recipe name="modDyeBlack" craft_area="chemistryStation" count="1">

<ingredient name="resourcePaint" count="1"/>

<ingredient name="resourceCoal" count="1"/>

</recipe>

<recipe name="modDyeBlue" craft_area="chemistryStation" count="1">

<ingredient name="resourcePaint" count="1"/>

<ingredient name="foodCropBlueberries" count="1"/>

</recipe>

<recipe name="modDyeBrown" craft_area="chemistryStation" count="1">

<ingredient name="resourcePaint" count="1"/>

<ingredient name="resourceCropCoffeeBeans" count="1"/>

</recipe>

<recipe name="modDyePink" craft_area="chemistryStation" count="1">

<ingredient name="resourcePaint" count="1"/>

<ingredient name="resourceCropChrysanthemumPlant" count="1"/>

</recipe>

</append>

</configs>
 
Back
Top