We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3adb5 commit 8d3d558Copy full SHA for 8d3d558
mods/tnt/init.lua
@@ -51,7 +51,7 @@ local function eject_drops(drops, pos, radius)
51
local count = item:get_count()
52
while count > 0 do
53
local take = math.max(1,math.min(radius * radius,
54
- item:get_count(),
+ count,
55
item:get_stack_max()))
56
rand_pos(pos, drop_pos, radius)
57
local dropitem = ItemStack(item)
0 commit comments