Large bunch of recipe work, still shapedOreRecipes need fixing.

This commit is contained in:
modmuss50 2017-06-14 22:50:20 +01:00
parent 1fa9f1cf52
commit f1c5a0ad8d
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
9 changed files with 115 additions and 119 deletions

View file

@ -65,8 +65,6 @@ public abstract class RecipeMethods {
return BlockMachineCasing.getStackByName(name, count);
} else if (type == Type.UPGRADE) {
return ItemUpgrades.getUpgradeByName(name, count);
} else {
}
return ItemStack.EMPTY;
}