Fixed some MFR compatibility.

This commit is contained in:
Amnet 2013-06-25 12:55:51 +02:00
parent f8dfc61c68
commit c0014d50b4
1 changed files with 1 additions and 1 deletions

View File

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