From 7079fff85f571e0d22e4a6c7164054926e5a8a96 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Sat, 7 Sep 2024 20:19:46 +1000 Subject: [PATCH] remove hardcoded `stack_max` in tube registration fixes #138 --- tubes/registration.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/tubes/registration.lua b/tubes/registration.lua index 14a5df5..cbfc150 100644 --- a/tubes/registration.lua +++ b/tubes/registration.lua @@ -112,7 +112,6 @@ local register_one_tube = function(name, tname, dropname, desc, plain, noctrs, e key = "node_sound_wood_defaults", }, walkable = true, - stack_max = 99, basename = name, style = style, drop = string.format("%s_%s", name, dropname),