From 2ce5630ae9045b315916cdec4e3d12765ea9d7cc Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 15 Feb 2015 23:05:59 +0100 Subject: [PATCH] Update arrow.lua --- mods/throwing/arrow.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/throwing/arrow.lua b/mods/throwing/arrow.lua index c6c2a784..8f5c041e 100755 --- a/mods/throwing/arrow.lua +++ b/mods/throwing/arrow.lua @@ -85,7 +85,6 @@ minetest.register_entity("throwing:arrow_entity", THROWING_ARROW_ENTITY) minetest.register_craft({ output = "throwing:arrow 8", - stack_max = 200, recipe = { {"default:stick", "default:stick", "group:ingot"}, } @@ -93,7 +92,6 @@ minetest.register_craft({ minetest.register_craft({ output = "throwing:arrow 8", - stack_max = 200, recipe = { {"group:ingot", "default:stick", "default:stick"}, }