From 818eabb92fe8646db505fe985d16e65c9df1b761 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 12 Sep 2018 20:35:41 -0400 Subject: update blox, coloredwood, farming, homedecor, unified bricks, unified dyes, and Jordach's skin --- homedecor/crafts.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'homedecor/crafts.lua') diff --git a/homedecor/crafts.lua b/homedecor/crafts.lua index a139063..f9edb53 100644 --- a/homedecor/crafts.lua +++ b/homedecor/crafts.lua @@ -3273,6 +3273,19 @@ for i in ipairs(homedecor.banister_materials) do }) end +unifieddyes.register_color_craft({ + output = "", + palette = "split", + neutral_node = "homedecor:banister_wood_horizontal", + type = "shapeless", + output_prefix = "homedecor:banister_wood_horizontal_", + output_suffix = "", + recipe = { + "NEUTRAL_NODE", + "MAIN_DYE", + } +}) + if (minetest.get_modpath("technic") and minetest.get_modpath("dye") and minetest.get_modpath("bees")) then technic.register_separating_recipe({ input = {"bees:wax 1"}, output = {"homedecor:oil_extract 2","dye:yellow 1"} }) end -- cgit v1.2.3