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

Update init.lua

This commit is contained in:
Ombridride 2015-06-23 17:42:20 +02:00
parent f19fdfc46c
commit cb04264888

View File

@ -214,7 +214,7 @@ minetest.register_craft({
output = 'fake_fire:flint_and_steel',
recipe = {
{ "", "default:obsidian_shard", "" },
{ "", "default:steel_ingot", "" },
{ "", "default:steel_ingot", "" }, -- Modif MFF (modified recipe)
{ "", "default:steel_ingot", "" }
},
})