Fixed recipe crash when another mod registers a wooden gear.

I'll have to go through every other recipe later.
This commit is contained in:
Gunther De Wachter
2017-07-13 09:03:18 +02:00
parent 90ee7fb15d
commit 3da881829e
4 changed files with 24 additions and 6 deletions
@@ -1,4 +1,7 @@
{
"conditions": {
"material_exists": "appeng.recipes.RecipeHandler$MaterialExists"
},
"ingredients": {
"part": "appeng.recipes.RecipeHandler$PartFactory"
},
@@ -1,4 +1,10 @@
{
"conditions": [
{
"type": "appliedenergistics2:material_exists",
"material": "material.WoodenGear"
}
],
"result": {
"type": "appliedenergistics2:part",
"part": "material.WoodenGear"