Skip to content

Incompatible Combining

Mowmaster edited this page Nov 23, 2022 · 1 revision

This is a boolean value, it allows normally non compatible enchants to be combined using this book in an anvil.

image

{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:book"
    },
    {
      "tag": "forge:dyes/black"
    }
  ],
  "result": {
    "item": "focusedbooks:focusbook",
    "type": "forge:nbt",
    "nbt": {
      "focusedbooks_allowincompatiblecombining": true
    }
  }
}

Clone this wiki locally