Flattened frames
This commit is contained in:
parent
94b1e19abf
commit
1d4116a215
51 changed files with 465 additions and 570 deletions
|
@ -62,8 +62,8 @@ public abstract class RecipeMethods {
|
|||
// return ItemParts.getPartByName(name, count);
|
||||
} else if (type == Type.CABLE) {
|
||||
return BlockCable.getCableByName(name, count);
|
||||
} else if (type == Type.MACHINE_FRAME) {
|
||||
return BlockMachineFrames.getFrameByName(name, count);
|
||||
// } else if (type == Type.MACHINE_FRAME) {
|
||||
// return BlockMachineFrames.getFrameByName(name, count);
|
||||
} else if (type == Type.MACHINE_CASING) {
|
||||
return BlockMachineCasing.getStackByName(name, count);
|
||||
// } else if (type == Type.UPGRADE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue