Add fire charge
This commit is contained in:
parent
1b76a91d6b
commit
18cd2be89b
5 changed files with 28 additions and 1 deletions
|
@ -27,6 +27,6 @@ minetest.register_tool("mcl_fire:flint_and_steel", {
|
|||
|
||||
minetest.register_craft({
|
||||
type = 'shapeless',
|
||||
output = 'mcl_core:flint_and_steel',
|
||||
output = 'mcl_fire:flint_and_steel',
|
||||
recipe = { 'mcl_core:steel_ingot', 'mcl_core:flint'},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue