summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-13 08:38:33 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-05-13 08:38:33 +0300
commitf042bbdfe3ed948d1a67d2420e3de1c24a153111 (patch)
treefb4f1bb3b7198718886c37146d61b068519e49f7
parent8f342ec824b1db32cb884c6304d14352ca22e2cb (diff)
bakedclay dyes
-rw-r--r--technic/machines/register/extractor_recipes.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua
index 2627dd7..34d97ab 100644
--- a/technic/machines/register/extractor_recipes.lua
+++ b/technic/machines/register/extractor_recipes.lua
@@ -63,6 +63,14 @@ if minetest.get_modpath("dye") then
table.insert(dye_recipes, {"ethereal:crystalgrass", "dye:blue 4"})
end
+ if minetest.get_modpath("bakedclay") then
+ table.insert(dye_recipes, {"bakedclay:delphinium", "dye:cyan 8"})
+ table.insert(dye_recipes, {"bakedclay:thistle", "dye:magenta 8"})
+ table.insert(dye_recipes, {"bakedclay:lazarus", "dye:pink 8"})
+ table.insert(dye_recipes, {"bakedclay:mannagrass", "dye:dark_green 8"})
+ end
+
+
if minetest.get_modpath("bonemeal") then
table.insert(dye_recipes, {"bonemeal:bone", "dye:white 8"})
table.insert(dye_recipes, {"bonemeal:bonemeal", "dye:white 4"})