mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 00:08:25 +01:00
New craft recipe for flint_and_steel because...
of conflict with spike_trap (bobblocks)
This commit is contained in:
parent
9904ae3bda
commit
f19fdfc46c
@ -212,7 +212,11 @@ minetest.register_tool("fake_fire:flint_and_steel", {
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = 'fake_fire:flint_and_steel',
|
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({
|
minetest.register_craft({
|
||||||
|
Loading…
Reference in New Issue
Block a user