Skip to content
Snippets Groups Projects
Commit 7c067a2b authored by Milan's avatar Milan
Browse files

add recipe for making bacon blocks into slices

parent b738d12e
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,13 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "bacon:cooked 6",
recipe = {
{ "bacon:cookedblock" },
},
})
minetest.register_craft({
output = "building_blocks:slab_marble",
recipe = {
......
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