Skip to content

Over Combining

Mowmaster edited this page Nov 23, 2022 · 1 revision

This is a boolean value, it allows combining of enchants to exceed their normal max value while using this book in an anvil.

image

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

Clone this wiki locally