mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-04 03:17: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);
|
dropWorld = new WeakReference<>(entity.world);
|
||||||
dropPos = null;
|
dropPos = null;
|
||||||
dropBounds = new Box(entity.getBlockPos()).expand(2, 2, 2);
|
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) {
|
public static void set(World world, BlockPos pos, Function<ItemStack, ItemStack> consumer) {
|
||||||
|
Reference in New Issue
Block a user