[MCPE-23102] Fishing for ink sacs has wrong chance Created: 01/Jul/17  Updated: 18/Jun/19  Resolved: 18/Jun/19

Status: Resolved
Project: Minecraft (Bedrock codebase)
Component/s: None
Affects Version/s: 1.1.3.1, 1.2.0.11, 1.2.0.15, 1.2.0.22, 1.2.0.25, 1.2.0.31, 1.2.0.81, 1.2.1.1, 1.2.3.3, 1.2.5.0, 1.2.6.2, 1.2.6.55, 1.2.7.2, 1.2.9.1, 1.2.13.10
Fix Version/s: 1.6.0.1

Type: Bug
Reporter: Sealbudsman
Resolution: Cannot Reproduce Votes: 2
Labels: None

Issue Links:
Relates
relates to MCPE-23076 Toolsmith sells enchanted iron pickax... Resolved
relates to MCPE-24834 Emeralds instead of diamonds in sever... Resolved
Confirmation Status: Confirmed
Platform: Phone - Android - Google Pixel
CHK:
ADO: 91626

 Description   

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.



 Comments   
Comment by [Mojang] Mega_Spud (Jay Wells) [ 18/Jun/19 ]

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

Comment by [Mojang] Mega_Spud (Jay Wells) [ 20/Nov/17 ]

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
                        }
                    ]
                },
Comment by Sealbudsman [ 15/Aug/17 ]

Related to MCPE-23076 and MCPE-24834

Generated at Sat Jan 11 15:37:29 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.