-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 15w47c, Minecraft 1.12.2, Minecraft 18w21b, Minecraft 1.13-pre2, Minecraft 18w32a, Minecraft 1.13.1-pre1, Minecraft 19w13a, 1.15 Pre-release 4, 20w06a
-
None
-
Plausible
-
Loot tables
Loot table function "enchant randomly" doesn't require "treasure": true for treasure enchantments
When looting table has
"function": "enchant_randomly"
WITHOUT
"treasure": true
it can still choose treasure enchantments like mending and frost walker.
The fix for this requires changes in behaviour (adding checks for "treasure" in loot tables) and changes in loot tables of chests (adding "treasure": true).
Probably "enchant_randomly" doesn't respect "treasure": false but I haven't checked it yet.
- relates to
-
MC-93177 Player can't get mending and frost walker from jungle temple, fishing, stronghold library chests
- Resolved