Flattened parts
This commit is contained in:
parent
de45f3e68d
commit
8987311694
28 changed files with 515 additions and 437 deletions
|
@ -58,8 +58,8 @@ public abstract class RecipeMethods {
|
|||
// } else
|
||||
if (type == Type.CELL) {
|
||||
return ItemCells.getCellByName(name, count);
|
||||
} else if (type == Type.PART) {
|
||||
return ItemParts.getPartByName(name, count);
|
||||
// } else if (type == Type.PART) {
|
||||
// return ItemParts.getPartByName(name, count);
|
||||
} else if (type == Type.CABLE) {
|
||||
return BlockCable.getCableByName(name, count);
|
||||
} else if (type == Type.MACHINE_FRAME) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue