mojira.dev
MCPE-23102

Fishing for ink sacs has wrong chance

A parity issue.

What was expected
In the Java edition, the loot table for fishing junk gives you 1 chance for a stack of 10 ink sacs, so I was expecting that.

What happened
Fishing gives 10 chances for stacks of 1 ink sac. It's defined this way in the vanilla loot tables.

Linked issues

Comments 3

Confirmed that there is a difference:

Java loot table snippet: junk.json

{
                    "type": "item",
                    "name": "minecraft:dye",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "set_data",
                            "data": 0
                        },
                        {
                            "function": "set_count",
                            "count": 10
                        }
                    ]
                },

Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

shufboyardee

(Unassigned)

91626

Confirmed

Phone - Android - Google Pixel

1.1.3.1, 1.2.0.11, 1.2.0.15, 1.2.0.22, 1.2.0.25, ..., 1.2.6.2, 1.2.6.55, 1.2.7.2, 1.2.9.1, 1.2.13.10

1.6.0.1

Retrieved