Merge pull request #441 from arasium/master
Add a correction to a recipe to avoid errors in NEI
This commit is contained in:
commit
43db8fc5e0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue