Armored jetpack now gives a reasonable amount of protection
This commit is contained in:
parent
1a111cc9dd
commit
9e53b6f5bc
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ public class ItemJetpack extends ItemArmor implements IGasItem, ISpecialArmor
|
|||
}
|
||||
else if(this == Mekanism.ArmoredJetpack)
|
||||
{
|
||||
return new ArmorProperties(1, 0.8, 5);
|
||||
return new ArmorProperties(1, 0.8, 115);
|
||||
}
|
||||
|
||||
return new ArmorProperties(0, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue