mojira.dev
MC-131232

Loot tables from fishing are broken in 1.13

A lot of items you were able to fish in previous versions are no longer fishable. I discovered this when I was fishing and I noticed I was only getting a few different items. From what I can tell these items are missing from the loot table:

Name tag, lily pad, bowl, leather, rotten flesh, sticks, string, water bottle, bones, ink sac and tripwire hooks.

In the screenshot under you can see the drops I got from fishing for approx. 1 hour

Also I am using a fishing rod with lure 3, luck of the sea 3, mending, and unbreaking 3

Attachments

Comments 2

I checked the treasure loot table and I can clearly see the lily pad, name tag and saddle entries. You might just be lucky/unlucky to not fish any of those.

1.13-pre1 -> fishing -> treature.json

{
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "name": "minecraft:lily_pad",
                    "weight": 1
                },
                {
                    "type": "item",
                    "name": "minecraft:name_tag",
                    "weight": 1
                },
                {
                    "type": "item",
                    "name": "minecraft:saddle",
                    "weight": 1
                },
                {
                    "type": "item",
                    "name": "minecraft:bow",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "set_damage",
                            "damage": {
                                "min": 0,
                                "max": 0.25
                            }
                        },
                        {
                            "function": "enchant_with_levels",
                            "levels": 30,
                            "treasure": true
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "minecraft:fishing_rod",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "set_damage",
                            "damage": {
                                "min": 0,
                                "max": 0.25
                            }
                        },
                        {
                            "function": "enchant_with_levels",
                            "levels": 30,
                            "treasure": true
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "minecraft:book",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "enchant_with_levels",
                            "levels": 30,
                            "treasure": true
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "minecraft:nautilus_shell",
                    "weight": 1
                }
            ]
        }
    ]
}

I literally did a 5 hour afk fishing session today on 1.13 pre-1 with the same fishing rod and received all of those items. Just unlucky.

Hassan Ammar

(Unassigned)

Unconfirmed

Minecraft 1.13-pre1

Retrieved