diff --git a/mods/throwing/arrow.lua b/mods/throwing/arrow.lua index cdd735b7..8f5c041e 100755 --- a/mods/throwing/arrow.lua +++ b/mods/throwing/arrow.lua @@ -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"}, }