Minecraft:silverfish - Invalid events component groups references
*DONE*
Partner Rank: 4
Partner Team Reporting: Blockception
Verification builds: 1.17.40
Summary:
`minecraft:silverfish` has two invalid component group references in events:
"remove": { "minecraft:silverfish_calm": { } }, "remove": { "minecraft:silverfish_angry": { } },
but should be:
"remove": { "component_groups": [ "minecraft:silverfish_calm" ] }, "remove": { "component_groups": [ "minecraft:silverfish_angry" ] },
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:
-