Blocks¶
文档版本:1.21.50.25
The minecraft block definition file.
架构¶
json:
{
format_version "format_version"
array "format_version" : opt
{
integer "<any array element>" : opt
}
object "^[\w_\-:\.]+$" : opt
{
number "brightness_gamma" : opt
string "carried_textures" : opt
object "carried_textures" : opt
{
string "down" : opt
string "up" : opt
string "side" : opt
string "south" : opt
string "north" : opt
string "west" : opt
string "east" : opt
}
boolean "isotropic" : opt
object "isotropic" : opt
{
boolean "down" : opt
boolean "up" : opt
boolean "side" : opt
boolean "south" : opt
boolean "north" : opt
boolean "west" : opt
boolean "east" : opt
}
string "sound" : opt
"textures" : opt
}
}
format_version
:format_version
format_version
:array- A version that tells Minecraft what type of data format can be expected when reading this file.
format_version
<any array element>
:integer
^[\w_\-:\.]+$
:object- Block texture definition.
^[\w_\-:\.]+$
brightness_gamma
:number- Specifies the gamma brightness level to apply to the block texture.
carried_textures
:string- Carried Textures.
carried_textures
:object- Carried Textures.
carried_textures
down
:string
up
:string
side
:string
south
:string
north
:string
west
:string
east
:string
isotropic
:boolean- Marks if this block is isotropic or not, or which side are.
isotropic
:object- Marks if this block is isotropic or not, or which side are.
isotropic
down
:boolean
up
:boolean
side
:boolean
south
:boolean
north
:boolean
west
:boolean
east
:boolean
sound
:string- The sound definition of this block.
textures
- Textures.