mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-02 08:22:22 +00:00
@@ -97,6 +97,7 @@ public final class DropConsumer
|
||||
if( dropEntity == null || drops.getEntity() != dropEntity ) return;
|
||||
|
||||
for( ItemEntity drop : drops.getDrops() ) handleDrops( drop.getItem() );
|
||||
drops.getDrops().clear();
|
||||
drops.setCanceled( true );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user