Man you're a legend!
I was searching the wide web on how to get enchanted books into crafting recipes in json format and stumbled upon your post. The format
{
"type": "minecraft:item_nbt",
"item": "minecraft:enchanted_book",
"nbt": {
"StoredEnchantments": [
{
"id": minecraft:sharpness,
"lvl": 1
}
]
}
}
still works on 1.16.5 forge, so thanks alot!
2 replies
Important Information
By using this site, you agree to our Terms of Use.