Flattened nuggets

This commit is contained in:
drcrazy 2018-08-23 15:20:57 +03:00
parent 45d6317d12
commit 2939ee02a3
15 changed files with 183 additions and 169 deletions

View file

@ -50,10 +50,11 @@ public abstract class RecipeMethods {
return ItemIngots.getIngotByName(name, count);
} else if (type == Type.GEM) {
return ItemGems.getGemByName(name, count);
// TODO: fix recipe
// } else if (type == Type.PLATE) {
// return ItemPlates.getPlateByName(name, count);
} else if (type == Type.NUGGET) {
return ItemNuggets.getNuggetByName(name, count);
// } else if (type == Type.NUGGET) {
// return ItemNuggets.getNuggetByName(name, count);
} else if (type == Type.CELL) {
return ItemCells.getCellByName(name, count);
} else if (type == Type.PART) {