PICKUP_DROPPED - Remove 2nd Items.WHEAT

PICKUP_DROPPED:
Remove 2nd Items.WHEAT
Re-order a few items for neatness
This commit is contained in:
ZakME 2019-07-16 23:50:03 -06:00 committed by GitHub
parent 0d9f233e33
commit 09239f8180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,17 +71,16 @@ public final class FarmProcess extends BaritoneProcessHelper implements IFarmPro
private static final List<Item> PICKUP_DROPPED = Arrays.asList( private static final List<Item> PICKUP_DROPPED = Arrays.asList(
Items.BEETROOT_SEEDS, Items.BEETROOT_SEEDS,
Items.WHEAT, Items.BEETROOT,
Items.MELON_SEEDS, Items.MELON_SEEDS,
Items.MELON, Items.MELON,
Item.getItemFromBlock(Blocks.MELON_BLOCK),
Items.WHEAT_SEEDS, Items.WHEAT_SEEDS,
Items.WHEAT, Items.WHEAT,
Items.PUMPKIN_SEEDS, Items.PUMPKIN_SEEDS,
Item.getItemFromBlock(Blocks.PUMPKIN),
Items.POTATO, Items.POTATO,
Items.CARROT, Items.CARROT,
Items.BEETROOT,
Item.getItemFromBlock(Blocks.PUMPKIN),
Item.getItemFromBlock(Blocks.MELON_BLOCK),
Items.NETHER_WART, Items.NETHER_WART,
Items.REEDS, Items.REEDS,
Item.getItemFromBlock(Blocks.CACTUS) Item.getItemFromBlock(Blocks.CACTUS)