Added bundle entries

This commit is contained in:
Anuken
2019-03-24 17:58:59 -04:00
parent 87481e0a4d
commit e1f53dfc67
19 changed files with 399 additions and 12 deletions

View File

@@ -41,7 +41,6 @@ public enum BlockStat{
drillSpeed(StatCategory.crafting),
maxUnits(StatCategory.crafting),
ammo(StatCategory.shooting),
shootRange(StatCategory.shooting),
inaccuracy(StatCategory.shooting),
shots(StatCategory.shooting),
@@ -49,6 +48,7 @@ public enum BlockStat{
powerShot(StatCategory.shooting),
targetsAir(StatCategory.shooting),
targetsGround(StatCategory.shooting),
ammo(StatCategory.shooting),
boostItem(StatCategory.optional),
boostLiquid(StatCategory.optional),;