From a98859bdd7ca4f902d977f47f1d2281487e9e242 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Tue, 17 Apr 2018 16:58:28 +0300 Subject: Moar renewable stuff --- technic/machines/register/extractor_recipes.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua index 2e3cc14..2627dd7 100644 --- a/technic/machines/register/extractor_recipes.lua +++ b/technic/machines/register/extractor_recipes.lua @@ -53,6 +53,11 @@ if minetest.get_modpath("dye") then end if minetest.get_modpath("ethereal") then + table.insert(dye_recipes, {"ethereal:seaweed", "dye:dark_green 6"}) + table.insert(dye_recipes, {"ethereal:coral2", "dye:cyan 6"}) + table.insert(dye_recipes, {"ethereal:coral3", "dye:orange 6"}) + table.insert(dye_recipes, {"ethereal:coral4", "dye:pink 6"}) + table.insert(dye_recipes, {"ethereal:coral5", "dye:green 6"}) table.insert(dye_recipes, {"ethereal:fern", "dye:dark_green 4"}) table.insert(dye_recipes, {"ethereal:snowygrass", "dye:grey 4"}) table.insert(dye_recipes, {"ethereal:crystalgrass", "dye:blue 4"}) -- cgit v1.2.3