rewtgr Refugee Jan 2, 2019 #1 This modlet makes the dye mods craftable in chemistry station and require 1 paint Adjust it to your liking Donwload link.
This modlet makes the dye mods craftable in chemistry station and require 1 paint Adjust it to your liking Donwload link.
P Punisher66 Refugee Jan 15, 2019 #3 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. <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> Click to expand...
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. <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> Click to expand...