1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

New craft recipe for flint_and_steel because...

of conflict with spike_trap (bobblocks)
This commit is contained in:
Ombridride 2015-06-23 17:41:35 +02:00
parent 9904ae3bda
commit f19fdfc46c

View File

@ -212,7 +212,11 @@ minetest.register_tool("fake_fire:flint_and_steel", {
minetest.register_craft({
type = "shapeless",
output = 'fake_fire:flint_and_steel',
recipe = {"default:obsidian_shard", "default:steel_ingot"}
recipe = {
{ "", "default:obsidian_shard", "" },
{ "", "default:steel_ingot", "" },
{ "", "default:steel_ingot", "" }
},
})
minetest.register_craft({