Skip to content
Snippets Groups Projects
Commit 0a1eb1c8 authored by cheapie's avatar cheapie Committed by Vanessa Ezekowitz
Browse files

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

parent 25830456
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
......@@ -2,4 +2,6 @@ default
building_blocks?
signs_lib?
moreblocks?
technic?
dye?
bees?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment