Fix turtle egg blockzapper dupe

This commit is contained in:
grimmauld 2020-09-04 14:35:49 +02:00
parent 00a9b1c6c7
commit 121dd935b5

View File

@ -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;