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

fake_fire: add moreblocks crafting option to {stone,sandstone} chimney

parent 6b396cf1
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,11 @@ for _, m in ipairs(materials) do
output = 'fake_fire:chimney_top_'..m,
recipe = {"default:torch", "stairs:slab_"..m}
})
minetest.register_craft({
type = "shapeless",
output = 'fake_fire:chimney_top_'..m,
recipe = {"default:torch", "moreblocks:slab_"..m}
})
end
-- FLINT and STEEL
......
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