From 720adef1d08a1d502dd4ef6842c1ac6600162f36 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 13 Apr 2023 17:30:35 +0100 Subject: [PATCH] remove stack_max limit of 99 for [game] to handle instead. --- flowers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowers.lua b/flowers.lua index 3ac074f..0bdeea7 100644 --- a/flowers.lua +++ b/flowers.lua @@ -35,7 +35,7 @@ local function add_simple_flower(name, desc, box, f_groups) paramtype = "light", walkable = false, buildable_to = true, - stack_max = 99, +-- stack_max = 99, groups = f_groups, sounds = default.node_sound_leaves_defaults(), selection_box = {type = "fixed", fixed = box}