diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-04-17 16:58:28 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-04-17 16:58:28 +0300 |
commit | a98859bdd7ca4f902d977f47f1d2281487e9e242 (patch) | |
tree | 4b558c54b8552d2832d7b06db8fb6200094b4914 | |
parent | 823565a3984b06c50974a3577f6ed79b9006df0c (diff) |
Moar renewable stuff
-rw-r--r-- | technic/machines/register/extractor_recipes.lua | 5 |
1 files changed, 5 insertions, 0 deletions
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"}) |