forked from mtcontrib/throwing
Fixed torch arrow recipe
This commit is contained in:
parent
280afde321
commit
79a546378e
@ -129,13 +129,13 @@ minetest.register_entity("throwing:arrow_torch_entity", THROWING_ARROW_ENTITY)
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'throwing:arrow_torch 4',
|
output = 'throwing:arrow_torch 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:stick', 'default:stick', 'default:coal'},
|
{'default:stick', 'default:stick', 'group:coal'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'throwing:arrow_torch 4',
|
output = 'throwing:arrow_torch 4',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'default:coal', 'default:stick', 'default:stick'},
|
{'group:coal', 'default:stick', 'default:stick'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user