readd the non-fortune version
This commit is contained in:
@@ -69,6 +69,12 @@ public class BlockQuartzOre extends AEBaseBlock
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int quantityDropped( final Random rand )
|
||||
{
|
||||
return 1 + rand.nextInt( 2 );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dropBlockAsItemWithChance( final World w, final BlockPos pos, final IBlockState state, final float chance, final int fortune )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user