mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-20 09:10:29 +01:00
Tweak the "throwing:arrow" craft
Now craft 8 arrows
This commit is contained in:
parent
001267c7eb
commit
9a55ace36e
@ -84,14 +84,14 @@ end
|
||||
minetest.register_entity("throwing:arrow_entity", THROWING_ARROW_ENTITY)
|
||||
|
||||
minetest.register_craft({
|
||||
output = "throwing:arrow 16",
|
||||
output = "throwing:arrow 8",
|
||||
recipe = {
|
||||
{"default:stick", "default:stick", "group:ingot"},
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "throwing:arrow 16",
|
||||
output = "throwing:arrow 8",
|
||||
recipe = {
|
||||
{"group:ingot", "default:stick", "default:stick"},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user