This commit is contained in:
WayofTime 2015-07-17 17:07:39 -04:00
parent 375bfe4842
commit d6a57ca644
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#
#Fri Jul 17 12:10:49 EDT 2015
#Fri Jul 17 13:09:06 EDT 2015
mod_name=BloodMagic
forge_version=10.13.4.1448-1.7.10
ccc_version=1.0.4.29
@ -9,5 +9,5 @@ guideapi_version=1.0.1-20
package_group=com.wayoftime.bloodmagic
mod_version=1.3.3
minetweaker_version=Dev-1.7.10-3.0.9B
build_number=8
build_number=10
mc_version=1.7.10

View file

@ -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--;