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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user