Some flattening attempt for plates

This commit is contained in:
drcrazy 2018-08-07 13:50:46 +03:00
parent 53b450acea
commit 2e4c3ebf1a
31 changed files with 439 additions and 205 deletions

View file

@ -50,8 +50,8 @@ public abstract class RecipeMethods {
return ItemIngots.getIngotByName(name, count);
} else if (type == Type.GEM) {
return ItemGems.getGemByName(name, count);
} else if (type == Type.PLATE) {
return ItemPlates.getPlateByName(name, count);
// } else if (type == Type.PLATE) {
// return ItemPlates.getPlateByName(name, count);
} else if (type == Type.NUGGET) {
return ItemNuggets.getNuggetByName(name, count);
} else if (type == Type.CELL) {