mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:11:35 +01:00
Fix turtle egg blockzapper dupe
This commit is contained in:
parent
00a9b1c6c7
commit
121dd935b5
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ public class BlockHelper {
|
|||
if (needsTwo)
|
||||
amount *= 2;
|
||||
|
||||
if(block.has(BlockStateProperties.EGGS_1_4))
|
||||
amount *= block.get(BlockStateProperties.EGGS_1_4);
|
||||
|
||||
{
|
||||
// Try held Item first
|
||||
int preferredSlot = player.inventory.currentItem;
|
||||
|
|
Loading…
Reference in a new issue