Cleaned up a lot of different inspections
This commit is contained in:
parent
0dd0854bd9
commit
70d98455b7
207 changed files with 603 additions and 731 deletions
|
@ -127,7 +127,7 @@ public class CraftingHandler {
|
|||
if (rightUpgrade != null) {
|
||||
String key = ItemHelper.LivingUpgrades.getKey(event.getRight());
|
||||
ItemStack outputStack = event.getLeft().copy();
|
||||
List<String> keyList = new ArrayList<String>();
|
||||
List<String> keyList = new ArrayList<>();
|
||||
keyList.add(key);
|
||||
if (((IUpgradeTrainer) event.getLeft().getItem()).setTrainedUpgrades(outputStack, keyList)) {
|
||||
event.setCost(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue