-
Bug
-
Resolution: Invalid
-
None
-
1.17.1, 21w39a, 1.18.2
-
Unconfirmed
-
(Unassigned)
The bug
States of blocks seem to be inconsistently referenced throughout multiple of the game's technical corners, either as a single word "blockstate" or with a space "block state". Consistency would be expected among these references - a space (or underscore where applicable) would be preferable.
How to reproduce
One example; I haven't exhaustively checked all potential instances of this.
- Type in and execute this incomplete command: /setblock ~ ~ ~ minecraft:air[
- Note how the error message given by the game references a missing "block state" property with a space
- Now extract the game's jar file using one's preferred method, then navigate to the assets/minecraft directory
- Notice how it has a subfolder named "blockstates" without a space
Expected behaviour
A consistent spacing would be used throughout the game, using a space in readable strings, or an underscore in technical strings. This could easily be made to be the case for the blockstates directory, for example, which could be renamed to block_states, analogously to the mob_effect textures folder or the entity_types tag folder. Alternatively, blockstates files could be relocated to states/block.
Actual behaviour
There is no such universal consistency.
- relates to
-
MC-188595 "gamemode" string in F3 + N description is inconsistent with "game mode" string in F3 + F4 description
- Resolved