Compatiblity feature request: Allow for rune inscription result to be any configurable item
truenachtara opened this issue ยท 1 comments
Right now, this is the format for an inscription recipe:
{
"type": "elementalcraft:inscription",
"element_type": "fire",
"element_amount": 2000,
"slate": {
"item": "elementalcraft:minor_rune_slate"
},
"ingredients": [
{
"tag": "elementalcraft:gems/crude_fire"
},
{
"tag": "minecraft:coals"
},
{
"tag": "minecraft:coals"
}
],
"output": "elementalcraft:wii"
}
Is it possible, if you want a custom item output, to make it so "output" can also accept
"output": {
"item": "something",
"nbt": "something"
}