Make only SkyStone Softer
This commit is contained in:
parent
c364fa8ccb
commit
f636dad621
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class BlockSkyStone extends AEBaseBlock implements IOrientableBlock
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void breakFaster(PlayerEvent.BreakSpeed Ev)
|
public void breakFaster(PlayerEvent.BreakSpeed Ev)
|
||||||
{
|
{
|
||||||
if ( Ev.block == this && Ev.originalSpeed > 7 || Ev.metadata > 0 )
|
if ( Ev.block == this && (Ev.originalSpeed > 7 || Ev.metadata > 0) )
|
||||||
Ev.newSpeed /= 0.1;
|
Ev.newSpeed /= 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue