minecraft:fire_immune - Invalid use
Partner Rank: 4
Partner Team Reporting: Blockception
Verification builds: 1.17.40
Summary:
The component `minecraft:fire_immune` is used as a boolean, but has to be an object.
boolean behavior has not been recorded as working or valid.
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:
Replace with vscode:
`"minecraft:fire_immune": true` with: `"minecraft:fire_immune":{ }`
Files:
- behaviorpack/entities/ender_crystal.json
- behaviorpack/entities/ender_dragon.json
- behaviorpack/entities/npc.json