Add fire charge

This commit is contained in:
Wuzzy 2017-02-01 16:39:51 +01:00
parent 1b76a91d6b
commit 18cd2be89b
5 changed files with 28 additions and 1 deletions

View file

@ -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'},
})