Fixed crafting recpies for arrow
Fixed the crafting recipes for "throwing:arrow" so that it uses the new naming rather than the "default" naming.
This commit is contained in:
parent
7b38783334
commit
e6b5e87003
@ -84,13 +84,13 @@ minetest.register_entity("throwing:arrow_entity", THROWING_ARROW_ENTITY)
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "throwing:arrow 16",
|
output = "throwing:arrow 16",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:stick", "default:stick", "default:steel_ingot"},
|
{"tools:stick", "tools:stick", "tools:steel_ingot"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "throwing:arrow 16",
|
output = "throwing:arrow 16",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "default:stick", "default:stick"},
|
{"tools:steel_ingot", "tools:stick", "tools:stick"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user