mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 10:30:25 +01:00
Change the flint_and_steel craft
This commit is contained in:
parent
4629f11a3d
commit
7ce665ea0d
@ -210,12 +210,14 @@ minetest.register_tool("fake_fire:flint_and_steel", {
|
||||
|
||||
-- CRAFTS
|
||||
minetest.register_craft({
|
||||
output = 'fake_fire:flint_and_steel',
|
||||
recipe = {
|
||||
{"default:obsidian_shard"},
|
||||
{"default:steel_ingot"},
|
||||
{"default:steel_ingot"}
|
||||
}
|
||||
type = "shapeless",
|
||||
output = 'fake_fire:flint_and_steel',
|
||||
recipe = {
|
||||
"default:obsidian_shard",
|
||||
"default:steel_ingot",
|
||||
"default:coal_lump",
|
||||
"group:wool"
|
||||
}
|
||||
-- /MFF (Mg|06/24/2015)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user