Merge pull request #441 from arasium/master

Add a correction to a recipe to avoid errors in NEI
This commit is contained in:
Claire 2013-12-06 07:39:57 -08:00
commit 43db8fc5e0

View file

@ -175,7 +175,7 @@
"ingredients" : [ "ingredients" : [
[ null, { "unlocalizedName" : "item.ingotIron" }, {"unlocalizedName" : "item.ingotIron" } ], [ null, { "unlocalizedName" : "item.ingotIron" }, {"unlocalizedName" : "item.ingotIron" } ],
[ {"unlocalizedName" : "item.ingotIron" }, {"unlocalizedName" : "item.ingotIron" }, null], [ {"unlocalizedName" : "item.ingotIron" }, {"unlocalizedName" : "item.ingotIron" }, null],
[ {"unlocalizedName" : "item.ingotIron" } ] [ {"unlocalizedName" : "item.ingotIron" }, null, null]
], ],
"result" : { "result" : {
"oredictName" : "componentGliderWing" "oredictName" : "componentGliderWing"