Fix seapickle blockzapper dupe
This commit is contained in:
parent
637dee0919
commit
3c128946f3
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue