mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 00:57:55 +00:00
Don't use entity.captureDrops at all (removed line)
This commit is contained in:
@@ -35,8 +35,6 @@ public final class DropConsumer {
|
||||
dropWorld = new WeakReference<>(entity.world);
|
||||
dropPos = null;
|
||||
dropBounds = new Box(entity.getBlockPos()).expand(2, 2, 2);
|
||||
|
||||
// entity.getScale().captureDrops( new ArrayList<>() );
|
||||
}
|
||||
|
||||
public static void set(World world, BlockPos pos, Function<ItemStack, ItemStack> consumer) {
|
||||
|
Reference in New Issue
Block a user