diff --git a/src/minecraft/biomesoplenty/integration/minefactoryreloaded/FruitLeaves.java b/src/minecraft/biomesoplenty/integration/minefactoryreloaded/FruitLeaves.java index 2f5a1c353..b31481cf8 100644 --- a/src/minecraft/biomesoplenty/integration/minefactoryreloaded/FruitLeaves.java +++ b/src/minecraft/biomesoplenty/integration/minefactoryreloaded/FruitLeaves.java @@ -38,7 +38,7 @@ public class FruitLeaves implements IFactoryFruit @Override public ItemStack getReplacementBlock(World world, int x, int y, int z) { - return null; + return new ItemStack(world.getBlockId(x, y, z), 1, world.getBlockMetadata(x,y,z)); } @Override