Skip to content

Simulated Enchanted Item

Mowmaster edited this page Nov 23, 2022 · 1 revision

This is only needed for enchantments that require a specific item to apply the enchantment to.

  • Requires a Resource Location String. Same string name as if you were to do the command /give Dev minecraft:trident 1
  • This Defaults to minecraft:book
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:book"
    },
    {
      "tag": "forge:dyes/white"
    }
  ],
  "result": {
    "item": "focusedbooks:focusbook",
    "type": "forge:nbt",
    "nbt": {
      "focusedbooks_simstack": "minecraft:trident"
    }
  }
}

Clone this wiki locally