Some flattening attempt for plates
This commit is contained in:
parent
53b450acea
commit
2e4c3ebf1a
31 changed files with 439 additions and 205 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue