mojira.dev
MCPE-112761

Strider drops are not affected by Looting

Summary:
Striders always drop 2-5 string, even when killed with a Looting 3 sword.

Steps to Reproduce:

  1. Spawn 10 adult striders

  2. Kill them without a Looting sword

  3. Notice how much string was dropped

  4. Spawn another 10 adult striders

  5. Kill them with a Looting 3 sword

  6. Notice how much string was dropped

  7. Repeat these steps multiple times

Observed Results:
Striders always drop 2-5 string when killed with a Looting 3 sword.

Expected Results:
Striders should drop 2-8 string when killed with a Looting 3 sword.

Comments 3

Confirmed. However, I can't confirm that this is a parity issue since I don't have Java. 2-5 does seem high so I wonder if it is supposed to be 0-2 base, with a max of 5 with looting 3?

Anyway, looking at the Vanilla Behavior Packs it has been this way since the 1.16.0 release. Due to the strider.json file in Vanilla Behavior Pack loot_tables\entites\ folder missing:

{
                            "function": "looting_enchant",
                            "count": {
                                "min": 0,
                                "max": 1
                            }
                        }

Affects 1.17.40.21
Affects 1.17.30

The looting table from 1.19.60.3 has not function for looting_enchant yet.

[Mod] OcelotOnesie

(Unassigned)

450947

Confirmed

Multiple

vanilla-parity

1.19.0.24 Beta, 1.18.0.21 Beta, 1.17.30.20 Beta, 1.17.0.50 Beta, 1.16.210.61 Beta, 1.16.210.53 Beta, 1.16.0, 1.16.201 Hotfix, 1.17.30

Retrieved