Mojira Archive
MCM-1447

Minecraft:skeleton has an old and invalid filter

Partner Rank: 4
Partner Team Reporting: Blockception
Verification builds: 1.17.40

Summary:

`minecraft:skeleton` has an old and now invalid filter:

"on_damage": { "filters": { "other_with_families": "lightning" } },

but should be:

"on_damage": { "filters": { "test": "is_family", "value": "lightning", "subject": "other" } },

Impact:

  • Good examples for the community to use.
  • Correct working vanilla data-driven files.

Repro Steps:

Observed Results:

Expected Results:

Correct, consistent vanilla files that not only follows minecraft readable format but also by written convention/documentation.

Screenshots/Videos attached: No

Regression Builds: N/A

Notes:

Files:

-

Unresolved

Daan Verstraten

2021-11-01, 12:34 PM

2021-11-01, 11:05 PM

0

0

Future Release

-