Flattened parts

This commit is contained in:
drcrazy 2018-08-27 13:26:56 +03:00
parent de45f3e68d
commit 8987311694
28 changed files with 515 additions and 437 deletions

View file

@ -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) {