Got the upgrades working, just need the textures.
This commit is contained in:
parent
cda60c7b8f
commit
4f05367f52
3 changed files with 21 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue