mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-13 14:04:05 +01:00
Fix turtle egg blockzapper dupe
This commit is contained in:
parent
00a9b1c6c7
commit
121dd935b5
@ -73,6 +73,9 @@ public class BlockHelper {
|
|||||||
if (needsTwo)
|
if (needsTwo)
|
||||||
amount *= 2;
|
amount *= 2;
|
||||||
|
|
||||||
|
if(block.has(BlockStateProperties.EGGS_1_4))
|
||||||
|
amount *= block.get(BlockStateProperties.EGGS_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