June 12, 201510 yr HarvestDropsEvent clear list. OR - If your customBlock: Use: getItemDropped quantityDropped Or: getDrops - for total power over drops (like the event). Return empty list. 1.7.10 is no longer supported by forge, you are on your own.
June 12, 201510 yr Thanks, will this work? @Override public ArrayList<ItemStack> getDrops(World world, int posX, int posY, int posZ, int metadata, int fortune){ return new ArrayList<ItemStack>(); }
June 12, 201510 yr Ya, Minecraft is weird. On good days everything works, on bad days the same thing crashes the game.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.