From a4472242a81476e1d6f2bf05bea2607cbffca087 Mon Sep 17 00:00:00 2001 From: Anand S <36130650+ClobberXD@users.noreply.github.com> Date: Sat, 17 Mar 2018 14:32:37 +0530 Subject: [PATCH] Decrease Apple stack_max count from 99 to 30 --- mods/default/nodes.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index d49104d..4f2de71 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -570,6 +570,7 @@ minetest.register_node("default:apple", { drawtype = "plantlike", tiles = {"default_apple.png"}, inventory_image = "default_apple.png", + stack_max = 30, paramtype = "light", sunlight_propagates = true, walkable = false,