Fixed json-related crash

This commit is contained in:
Anuken
2020-08-18 16:24:43 -04:00
parent 4ed888bde5
commit e96fcb3cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -1485,7 +1485,7 @@ public class Blocks implements ContentList{
reloadTime = 35f;
shootCone = 40f;
rotatespeed = 8f;
powerUse = 4.5f;
powerUse = 5f;
targetAir = false;
range = 90f;
shootEffect = Fx.lightningShoot;