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

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