Posted June 6, 20196 yr I want acacia leaves to drop this fruit item. I know Blocks.LEAVES are oak, birch, spruce, and jungle blocks, and Blocks.LEAVES2 are acacia and dark oak, but how do I reference specifically acacia leaves in LEAVES2? Here is a part of my code: if (block.equals(Blocks.LEAVES2)) { //if(Math.random()<0.05) world.spawnEntity(new EntityItem(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(ModItems.FRUIT))); } Edited June 6, 20196 yr by Enemeez
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.