Fix seapickle blockzapper dupe

This commit is contained in:
grimmauld 2020-09-05 22:05:57 +02:00
parent 637dee0919
commit 3c128946f3

View file

@ -101,6 +101,9 @@ public class BlockHelper {
if(block.has(BlockStateProperties.EGGS_1_4))
amount *= block.get(BlockStateProperties.EGGS_1_4);
if(block.has(BlockStateProperties.PICKLES_1_4))
amount *= block.get(BlockStateProperties.PICKLES_1_4);
{
// Try held Item first
int preferredSlot = player.inventory.currentItem;