1
0
дзеркало https://github.com/mt-mods/homedecor_modpack.git synced 2025-10-31 16:25:32 +01:00

Added beeswax -> oil + yellow dye crafting recipe, using technic's centrifuge.

This commit is contained in:
cheapie
2014-12-26 11:38:39 -06:00
зафіксовано Vanessa Ezekowitz
джерело 258304569f
коміт 0a1eb1c83c
2 змінених файлів з 7 додано та 1 видалено

@@ -2909,3 +2909,7 @@ minetest.register_craft({
{ "","default:paper","" }
},
})
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

@@ -2,4 +2,6 @@ default
building_blocks?
signs_lib?
moreblocks?
technic?
dye?
bees?