@@ -51,7 +51,7 @@ local function eject_drops(drops, pos, radius)
localcount=item:get_count()
whilecount>0do
localtake=math.max(1,math.min(radius*radius,
item:get_count(),
count,
item:get_stack_max()))
rand_pos(pos,drop_pos,radius)
localdropitem=ItemStack(item)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.