Initial work on ores flattening
This commit is contained in:
parent
35669641ba
commit
916c8c5ba4
13 changed files with 248 additions and 450 deletions
|
@ -68,8 +68,8 @@ public abstract class RecipeMethods {
|
|||
return BlockMachineCasing.getStackByName(name, count);
|
||||
// } else if (type == Type.UPGRADE) {
|
||||
// return ItemUpgrades.getUpgradeByName(name, count);
|
||||
} else if (type == Type.ORE) {
|
||||
return BlockOre.getOreByName(name, count);
|
||||
// } else if (type == Type.ORE) {
|
||||
// return BlockOre.getOreByName(name, count);
|
||||
}
|
||||
return ItemStack.EMPTY;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue