In jungle temple, fishing and stronghold library chests there can be enchanted book with treasure enchantment set to true, but lvl of enchanting is too low to get treasure enchantment: mending and frost walker. Lvl should be increased or loot table should be changed to "enchant randomly".
Now is:
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]should be:
"functions": [
{
"function": "enchant_randomly"
}
]"functions": [
{
"function": "enchant_randomly"
}
]
It is not working as intended. If it would, it would not have line with
So line should be removed or enabled treasure enchantments by proposed fix.