Elemental Craft

Elemental Craft

13M Downloads

Compatiblity feature request: Allow for rune inscription result to be any configurable item

truenachtara opened this issue ยท 1 comments

commented

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"
}
commented

This will be part of 2.6, there is already a snapshot on curseforge.