mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-13 14:04:05 +01:00
Fix seapickle blockzapper dupe
This commit is contained in:
parent
637dee0919
commit
3c128946f3
@ -101,6 +101,9 @@ public class BlockHelper {
|
|||||||
if(block.has(BlockStateProperties.EGGS_1_4))
|
if(block.has(BlockStateProperties.EGGS_1_4))
|
||||||
amount *= block.get(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
|
// Try held Item first
|
||||||
int preferredSlot = player.inventory.currentItem;
|
int preferredSlot = player.inventory.currentItem;
|
||||||
|
Loading…
Reference in New Issue
Block a user