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.
descriptionidentifier:string- The block identifier.
category:string
menu_category:object
menu_categorycategory:string
group:string
is_hidden_in_commands:boolean
components:object
componentsminecraft: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>