Skip to content

Commit

Permalink
remove hardcoded stack_max in tube registration
Browse files Browse the repository at this point in the history
fixes #138
  • Loading branch information
OgelGames committed Sep 7, 2024
1 parent 3189da7 commit 7079fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tubes/registration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7079fff

Please sign in to comment.