Skip to content

Enchant Level Max

Mowmaster edited this page Nov 23, 2022 · 1 revision

This is an integer value, it requires Over Combining to be toggle to true, but this will set a new Max value for this enchant while using the book in an anvil. It also slightly changes the max value number in the tooltip to a gold color.

image

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

Clone this wiki locally