The gametest "effect_durations_longer_first" from the category MobTests uses one regular potion of regeneration and one regular potion of regeneration II when it should use splash potions instead.
How to reproduce:
Open a world with gametest features enabled
Run the command "/gametest run mobtests:effect_duration_longer_first"
Wait until the test is finished.
Expected result:
The test uses splash potions.
Actual result:
The test uses regular potions and therefore always gives a negative result.
Comments 4
The gametest "mobtests:effect_durations_stronger_first" also uses regular potions instead of splash potions. It uses the same two types of potion: regeneration and regeneration II.
The failure of the test might be because of MCPE-74059. This bug causes long, weak effects to delete short, strong effects.
affects 1.17.10