mojira.dev
MC-101819

Frost Walker I seems not to exist in Vanilla 1.9+ Survival (Fishing Loot Table)

The bug

After fishing forever, I have seen many many Frostwalker II books, but have never seen Frostwalker I. I have never found either in chests, but the world is not greatly explored. Admittedly, this could be due to chance, but I have acquired around 9 Frostwalker II books and never a Frostwalker I book, so I am starting to think this may be a bug with the fishing loot tables.

Update: my statistic for fishing is > 17,000.

Reproduction steps

  1. Run this loot command in a repeating command block for several minutes.

    /loot spawn ~ ~1 ~ loot minecraft:gameplay/fishing/treasure
  2. Now run the following to count all Frostwalker I books:

    /execute if entity @e[type=item,nbt={Item:{id:"minecraft:enchanted_book",Count:1b,tag:{StoredEnchantments:[{id:"minecraft:frost_walker",lvl:1s}]}}}]
  3. Result: ❌ Test failed. There are no Frostwalker I books.

Attachments

Comments 10

Attached the loot table.

Most likely intended:

{
                    "type": "item",
                    "name": "minecraft:book",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "enchant_with_levels",
                            "levels": 30,
                            "treasure": true
                        }
                    ]
                }

FVbico. doesn't that mean any book up to level 30 enchant?

Because I have gotten some low level stinkers out of fishing...

No, it means enchanted at level 30,however If I remermber correctly fishing also has separate junk and treasure loot tables that seem to be missing for fvbico's treasure.json, I need to go to bed now so don't have time to look properly but if your intrested I attached the file 'loot tables.zip' which contains the full loot tables used in MC 1.9.4, to view I would use notepad++

EDIT: Spelling

Is this still an issue in the most recent versions (currently that is 1.10.2, or 16w43a) of Minecraft? If so, please update the affected versions and help us keeping this ticket updated from time to time. If you are the owner/reporter of this ticket, you can modify the affected version(s) yourself.

It was/is still in 1.10.2 - haven't checked the latest snapshot.

Confirmed in 1.13.1 from fishing: Obtained 100 Frost Walker books, all of which had II.

Tested in 20w21a with a sample size of ~2000 books. Updated description with reproduction steps.

Can confirm in 1.19.

Can confirm in 1.19.2.

Hraefin

(Unassigned)

Confirmed

Gameplay

Low

Loot tables

fishing, frost_walker, loot_table

Minecraft 1.9.2, Minecraft 1.9.4, Minecraft 1.10.2, Minecraft 1.13.1, 1.15.2, ..., 1.17, 1.19, 1.19.2, 1.21.3, 24w45a

Retrieved