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:
-