mojira.dev
MC-92776

Ink sacs are fished in stacks of 1 instead of 10

From loot_tables/gameplay/fishing/junk.json:

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

Comments 6

Yes, currently it's weighted at 10 - this is okay. The problem is that in 1.8.8, ink sacs were fished in stacks of 10. Right now, you only fish up single ink sacs.

Oh sorry. I never noticed that AND misread the title for 10 instead of 1. *facepalm hard *

More specifically, before loot tables you had a weight-1 chance of catching a stack of 10 ink sacs. Now you have a weight-10 chance of catching a single ink sac.

All in all, that reduces the probability of other junk to 83/92 of the previous chances due to the increased chances of catching ink sacs. Although the expected total ink sacs caught over many fishing attempts is also reduced to 83/92 of the previous total.

Fixed for 16w38a, it is now weight 1, count 10

[Mod] redstonehelper

Agnes Larsson

Confirmed

Minecraft 15w46a, Minecraft 1.9 Pre-Release 2

Minecraft 16w38a

Retrieved