Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Blockstates definition

From SAS Gaming Wiki
Revision as of 11:05, 18 June 2026 by SyncBot (talk | contribs) (Sync: new page from Minecraft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:See also Template:Exclusive

Blockstates definition (also known as block state model dispatch<ref>Name used by Mojang Template:Snap</ref>) are used to render blocks there are several different variants of them (like Minecraft:doors, which can be open or closed). Each block has its own blockstates definition file, which lists all the existing variants and links them to their corresponding Minecraft:model. Blocks can also be composed of several different models at the same time, called "multipart". The models are then used depending on the Minecraft:block state of the block.

The blockstates definitions are stored as Minecraft:JSON files in a Minecraft:resource pack in the assets/<namespace>/blockstates folder.

JSON format

Minecraft:Blockstates definition/format

History

Template:HistoryTable

References

Template:Reflist

Navigation

Template:Navbox Java Edition technical

Minecraft:pt:Definição de estados de bloco