Fixed Double Item Drop
This commit is contained in:
parent
9e732ee935
commit
aab3385c2d
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ public abstract class BlockFluidBase extends Block implements IFluidBlock
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Block.blocksList[bId].dropBlockAsItem(world, x, y, z, world.getBlockMetadata(x, y, z), 0);
|
|
||||||
|
|
||||||
int density = getDensity(world, x, y, z);
|
int density = getDensity(world, x, y, z);
|
||||||
if (density == Integer.MAX_VALUE)
|
if (density == Integer.MAX_VALUE)
|
||||||
|
|
Loading…
Reference in a new issue