Turn MiningRange into a UnitType variable. (#5112)

* Turn MiningRange into a UnitType variable.

Long range mining go brrrrr

* Anuke Approved
This commit is contained in:
MEEP of Faith
2021-04-16 20:57:40 -04:00
committed by GitHub
parent d9b6ada0b3
commit fbddc0abc9
4 changed files with 5 additions and 7 deletions
-2
View File
@@ -82,8 +82,6 @@ public class Vars implements Loadable{
public static final float itemSize = 5f;
/** units outside of this bound will die instantly */
public static final float finalWorldBounds = 500;
/** mining range for manual miners */
public static final float miningRange = 70f;
/** range for building */
public static final float buildingRange = 220f;
/** range for moving items */