change vanilla recipe to use wool by id (thus use any colour)
This commit is contained in:
parent
56feac3d23
commit
b555f4a646
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ingredients" : [
|
"ingredients" : [
|
||||||
[ {"unlocalizedName" : "item.wool" }, { "unlocalizedName" : "item.wool" }, {"unlocalizedName" : "item.wool" } ],
|
[ {"id" : 35 }, { "id" : 35 }, {"id" : 35 } ],
|
||||||
[ {"unlocalizedName" : "item.string" }, null, {"unlocalizedName" : "item.string" } ]
|
[ {"unlocalizedName" : "item.string" }, null, {"unlocalizedName" : "item.string" } ]
|
||||||
],
|
],
|
||||||
"result" : {
|
"result" : {
|
||||||
|
|
Loading…
Reference in a new issue