Fixed some MFR compatibility.
This commit is contained in:
parent
f8dfc61c68
commit
c0014d50b4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class FruitLeaves implements IFactoryFruit
|
||||||
@Override
|
@Override
|
||||||
public ItemStack getReplacementBlock(World world, int x, int y, int z)
|
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
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue