Block Server Definition¶
文档版本:1.21.0.24
The minecraft block server definition file, defining a block's behavior.
架构¶
format_version
:format_version
<any array element>
:integer
minecraft:block
:block
block:
{
object "description" : opt
{
string "identifier" : opt
string "category" : opt
object "menu_category" : opt
{
string "category" : opt
string "group" : opt
boolean "is_hidden_in_commands" : opt
}
}
object "components" : opt
{
minecraft:breathability "minecraft:breathability"
minecraft:collision_box "minecraft:collision_box"
minecraft:crafting_table "minecraft:crafting_table"
minecraft:destructible_by_explosion "minecraft:destructible_by_explosion"
minecraft:destructible_by_mining "minecraft:destructible_by_mining"
minecraft:display_name "minecraft:display_name"
minecraft:flammable "minecraft:flammable"
minecraft:friction "minecraft:friction"
minecraft:geometry "minecraft:geometry"
minecraft:light_dampening "minecraft:light_dampening"
minecraft:light_emission "minecraft:light_emission"
minecraft:loot "minecraft:loot"
minecraft:map_color "minecraft:map_color"
minecraft:material_instances "minecraft:material_instances"
minecraft:placement_filter "minecraft:placement_filter"
minecraft:selection_box "minecraft:selection_box"
tag: "tag:"
minecraft:transformation "minecraft:transformation"
netease:tier "netease:tier"
netease:aabb "netease:aabb"
netease:face_directional "netease:face_directional"
netease:fuel "netease:fuel"
netease:render_layer "netease:render_layer"
netease:solid "netease:solid"
netease:pathable "netease:pathable"
netease:block_entity "netease:block_entity"
netease:fuel "netease:random_tick"
netease:redstone_property "netease:redstone_property"
netease:neighborchanged_sendto_script "netease:neighborchanged_sendto_script"
netease:redstone "netease:redstone"
netease:listen_block_remove "netease:listen_block_remove"
netease:may_place_on "netease:may_place_on"
netease:fire_resistant "netease:fire_resistant"
netease:block_properties "netease:block_properties"
netease:on_stand_on "netease:on_stand_on"
netease:on_before_fall_on "netease:on_before_fall_on"
netease:on_after_fall_on "netease:on_after_fall_on"
netease:on_entity_inside "netease:on_entity_inside"
netease:on_step_on "netease:on_step_on"
netease:on_step_off "netease:on_step_off"
netease:block_random_offset "netease:block_random_offset"
netease:block_chest "netease:block_chest"
netease:no_crop_face_block "netease:no_crop_face_block"
netease:custom_tips "netease:custom_tips"
}
object "events" : opt
{
"<any object property>" : opt
}
}
description
:object- The block description.
description
identifier
:string- The block identifier.
category
:string
menu_category
:object
menu_category
category
:string
group
:string
is_hidden_in_commands
:boolean
components
:object
components
minecraft:breathability
:minecraft:breathabilityminecraft:breathability
组件。
minecraft:collision_box
:minecraft:collision_boxminecraft:collision_box
组件。
minecraft:crafting_table
:minecraft:crafting_tableminecraft:crafting_table
组件。
minecraft:destructible_by_explosion
:minecraft:destructible_by_explosionminecraft:destructible_by_explosion
组件。
minecraft:destructible_by_mining
:minecraft:destructible_by_miningminecraft:destructible_by_mining
组件。
minecraft:display_name
:minecraft:display_nameminecraft:display_name
组件。
minecraft:flammable
:minecraft:flammableminecraft:flammable
组件。
minecraft:friction
:minecraft:frictionminecraft:friction
组件。
minecraft:geometry
:minecraft:geometryminecraft:geometry
组件。
minecraft:light_dampening
:minecraft:light_dampeningminecraft:light_dampening
组件。
minecraft:light_emission
:minecraft:light_emissionminecraft:light_emission
组件。
minecraft:loot
:minecraft:lootminecraft:loot
组件。
minecraft:map_color
:minecraft:map_colorminecraft:map_color
组件。
minecraft:material_instances
:minecraft:material_instancesminecraft:material_instances
组件。
minecraft:placement_filter
:minecraft:placement_filterminecraft:placement_filter
组件。
minecraft:selection_box
:minecraft:selection_boxminecraft:selection_box
组件。
tag:
:tag:tag:
组件。
minecraft:transformation
:minecraft:transformationminecraft:transformation
组件。
netease:tier
:netease:tiernetease:tier
组件。
netease:aabb
:netease:aabbnetease:aabb
组件。
netease:face_directional
:netease:face_directionalnetease:face_directional
组件。
netease:fuel
:netease:fuelnetease:fuel
组件。
netease:render_layer
:netease:render_layernetease:render_layer
组件。
netease:solid
:netease:solidnetease:solid
组件。
netease:pathable
:netease:pathablenetease:pathable
组件。
netease:block_entity
:netease:block_entitynetease:block_entity
组件。
netease:random_tick
:netease:fuelnetease:random_tick
组件。
netease:redstone_property
:netease:redstone_propertynetease:redstone_property
组件。
netease:neighborchanged_sendto_script
:netease:neighborchanged_sendto_scriptnetease:neighborchanged_sendto_script
组件。
netease:redstone
:netease:redstonenetease:redstone
组件。
netease:listen_block_remove
:netease:listen_block_removenetease:listen_block_remove
组件。
netease:may_place_on
:netease:may_place_onnetease:may_place_on
组件。
netease:fire_resistant
:netease:fire_resistantnetease:fire_resistant
组件。
netease:block_properties
:netease:block_propertiesnetease:block_properties
组件。
netease:on_stand_on
:netease:on_stand_onnetease:on_stand_on
组件。
netease:on_before_fall_on
:netease:on_before_fall_onnetease:on_before_fall_on
组件。
netease:on_after_fall_on
:netease:on_after_fall_onnetease:on_after_fall_on
组件。
netease:on_entity_inside
:netease:on_entity_insidenetease:on_entity_inside
组件。
netease:on_step_on
:netease:on_step_onnetease:on_step_on
组件。
netease:on_step_off
:netease:on_step_offnetease:on_step_off
组件。
netease:block_random_offset
:netease:block_random_offsetnetease:block_random_offset
组件。
netease:block_chest
:netease:block_chestnetease:block_chest
组件。
netease:no_crop_face_block
:netease:no_crop_face_blocknetease:no_crop_face_block
组件。
netease:custom_tips
:netease:custom_tipsnetease:custom_tips
组件。
events
:object
events
<any object property>