mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:21:46 +01:00
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))
|
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 a new issue