Flattened upgrades
This commit is contained in:
parent
a40635e75f
commit
a05ba25f31
9 changed files with 80 additions and 139 deletions
|
@ -66,8 +66,8 @@ public abstract class RecipeMethods {
|
|||
return BlockMachineFrames.getFrameByName(name, count);
|
||||
} else if (type == Type.MACHINE_CASING) {
|
||||
return BlockMachineCasing.getStackByName(name, count);
|
||||
} else if (type == Type.UPGRADE) {
|
||||
return ItemUpgrades.getUpgradeByName(name, count);
|
||||
// } else if (type == Type.UPGRADE) {
|
||||
// return ItemUpgrades.getUpgradeByName(name, count);
|
||||
} else if (type == Type.ORE) {
|
||||
return BlockOre.getOreByName(name, count);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue