Can anyone help me? How do I define a recipe that uses Meta? The wiki has no mention about meta items.
I've tried:
{
"type": "item",
"io-type": "output",
"item": "thermalfoundation:coin",
"meta": 96,
"amount": 1
},
and
{
"type": "item",
"io-type": "output",
"item": "thermalfoundation:coin:96",
"amount": 1
},
The first doesn't register the meta, and the 2nd doesn't load the recipe (errors in the log).
I've tried:
{
"type": "item",
"io-type": "output",
"item": "thermalfoundation:coin",
"meta": 96,
"amount": 1
},
and
{
"type": "item",
"io-type": "output",
"item": "thermalfoundation:coin:96",
"amount": 1
},
The first doesn't register the meta, and the 2nd doesn't load the recipe (errors in the log).