-
Notifications
You must be signed in to change notification settings - Fork 0
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.

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