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
relates to 2
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
Related to MCPE-23076 and MCPE-24834