1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 04:30:23 +02:00

Afterward tweaking

This commit is contained in:
kilbith
2015-03-29 13:13:17 +02:00
parent 0f0942d08c
commit 6f33c9ff0c
5 changed files with 13 additions and 1 deletions

View File

@ -3066,6 +3066,15 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:bathroom_set",
recipe = {
{ "", "homedecor:glass_table_small_round", "" },
{ "homedecor:plastic_sheeting", "homedecor:glass_table_small_round", "homedecor:plastic_sheeting" },
{ "group:stick", "homedecor:plastic_sheeting", "group:stick" }
},
})
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