mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 01:50:25 +01:00
Static craft recipe for flint_and_steel
This commit is contained in:
parent
2fa261eb6d
commit
8b18e4b196
|
@ -210,10 +210,13 @@ minetest.register_tool("fake_fire:flint_and_steel", {
|
|||
|
||||
-- CRAFTS
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'fake_fire:flint_and_steel',
|
||||
recipe = {"default:obsidian_shard", "default:steel_ingot", "default:steel_ingot"}
|
||||
-- /MFF (Mg|06/23/2015)
|
||||
recipe = {
|
||||
{"default:obsidian_shard"},
|
||||
{"default:steel_ingot"},
|
||||
{"default:steel_ingot"}
|
||||
}
|
||||
-- /MFF (Mg|06/24/2015)
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Reference in New Issue
Block a user