From 9a55ace36eef418bfda05d0156cef3cb1cea85fd Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 15 Feb 2015 22:04:05 +0100 Subject: [PATCH] Tweak the "throwing:arrow" craft Now craft 8 arrows --- mods/throwing/arrow.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}, }