From b37e5b453caaa76546c490f0ace22958ac2fac7e Mon Sep 17 00:00:00 2001 From: arasium Date: Wed, 4 Dec 2013 10:54:23 +0100 Subject: [PATCH] Add a correction to a recipe to avoid errors in NEI --- assets/powersuits/recipes/vanilla.recipes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/powersuits/recipes/vanilla.recipes b/assets/powersuits/recipes/vanilla.recipes index d236e69..88fca2b 100644 --- a/assets/powersuits/recipes/vanilla.recipes +++ b/assets/powersuits/recipes/vanilla.recipes @@ -175,7 +175,7 @@ "ingredients" : [ [ null, { "unlocalizedName" : "item.ingotIron" }, {"unlocalizedName" : "item.ingotIron" } ], [ {"unlocalizedName" : "item.ingotIron" }, {"unlocalizedName" : "item.ingotIron" }, null], - [ {"unlocalizedName" : "item.ingotIron" } ] + [ {"unlocalizedName" : "item.ingotIron" }, null, null] ], "result" : { "oredictName" : "componentGliderWing"