Mojira Archive
MCM-1439

Minecraft:breathable - Inproper case use

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

Summary:

Some of the `minecraft:breathable` components use a different case type for properties, while official documentation recommends snake_case

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:

Suggested course of action:
Replace the following with vscode:

  • `totalSupply` with `total_supply`
  • `suffocateTime` with `suffocate_time`

Files:

  • behaviorpack/entities/bee.json
  • behaviorpack/entities/fox.json

Unresolved

Daan Verstraten

2021-11-01, 11:07 AM

2021-11-01, 10:38 PM

0

0

Future Release

-