From 31a6b257f531c3b0b2d0439127742a690adb21ee Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 15 Feb 2015 23:08:13 +0100 Subject: [PATCH] tweak the stack max of throwing mod --- mods/throwing/arrow.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/throwing/arrow.lua b/mods/throwing/arrow.lua index 8f5c041e..a079e1bd 100755 --- a/mods/throwing/arrow.lua +++ b/mods/throwing/arrow.lua @@ -1,6 +1,7 @@ minetest.register_craftitem("throwing:arrow", { description = "Arrow", inventory_image = "throwing_arrow.png", + stack_max = 200, }) minetest.register_node("throwing:arrow_box", {