Initial work on ores flattening

This commit is contained in:
drcrazy 2018-09-10 16:45:04 +03:00
parent 35669641ba
commit 916c8c5ba4
13 changed files with 248 additions and 450 deletions

View file

@ -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;
}