1
0
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:
Merith-TK
2021-02-22 01:05:22 -08:00
parent b8bd64913b
commit 8885462175

View File

@@ -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) {