Fix #169
This commit is contained in:
parent
375bfe4842
commit
d6a57ca644
2 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ public class ToolEnvironmentalEarth extends DigAreaEffect
|
|||
int z = blockPos.blockZ;
|
||||
ForgeDirection sidehit = ForgeDirection.getOrientation(blockPos.sideHit);
|
||||
|
||||
int radius = 2;
|
||||
int depth = 5;
|
||||
int radius = this.powerUpgrades;
|
||||
int depth = 2 * this.potencyUpgrades + 1;
|
||||
|
||||
depth--;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue