changed crafting for flint and steel
This commit is contained in:
parent
c17e0339f1
commit
836ac2bd88
@ -400,8 +400,10 @@ minetest.register_craft(
|
||||
minetest.register_craft(
|
||||
{
|
||||
output = "default:flint_and_steel",
|
||||
type = "shapeless",
|
||||
recipe = {"default:ingot_steel", "default:flint"},
|
||||
recipe = {
|
||||
{"default:ingot_steel", ""},
|
||||
{"default:fiber", "default:flint"},
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft(
|
||||
|
Loading…
Reference in New Issue
Block a user