Got the upgrades working, just need the textures.

This commit is contained in:
modmuss50 2017-04-11 13:21:23 +01:00
parent cda60c7b8f
commit 4f05367f52
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
3 changed files with 21 additions and 1 deletions

View file

@ -101,7 +101,7 @@ public class ItemUpgrades extends ItemTRNoDestroy implements IUpgrade {
ItemStack stack) {
if(crafter != null){
if (stack.getItemDamage() == 0) {
crafter.addSpeedMulti(0.2);
crafter.addSpeedMulti(0.25);
crafter.addPowerMulti(0.5);
}
}