完整版BedrockWiki镜像!

This commit is contained in:
boybook
2025-03-20 11:52:46 +08:00
parent 1994c41f01
commit bf9aa4b056
214 changed files with 9042 additions and 8867 deletions

View File

@@ -0,0 +1,62 @@
---
title: 实验性方块
category: 基础
tags:
- 信息
- 实验性
mentions:
- SmokeyStack
- MedicalJewel105
- QuazChick
---
# 实验性方块
<!--@include: @/wiki/bedrock-wiki-mirror.md-->
:::tip 格式版本 `1.20.30`
在创建自定义方块时使用最新格式版本,可获取最新功能和改进。本维基旨在分享自定义方块的最新信息,当前目标格式版本为 `1.20.30`
:::
本文作为索引文档,概述自定义方块功能的实验性要求。
## 方块组件
| 组件 | 所需实验性功能 |
| ------------------------------------------------------------------------------------------- | --------------------------------- |
| [`minecraft:collision_box`](/wiki/blocks/block-components#collision-box) | 无格式版本1.19.50及以上) |
| [`minecraft:crafting_table`](/wiki/blocks/block-components#crafting-table) | 无格式版本1.19.50及以上) |
| [`minecraft:destructible_by_explosion`](/wiki/blocks/block-components#destructible-by-explosion) | 无 |
| [`minecraft:destructible_by_mining`](/wiki/blocks/block-components#destructible-by-mining) | 无 |
| [`minecraft:display_name`](/wiki/blocks/block-components#display-name) | 无格式版本1.19.60及以上) |
| [`minecraft:flammable`](/wiki/blocks/block-components#flammable) | 无 |
| [`minecraft:friction`](/wiki/blocks/block-components#friction) | 无 |
| [`minecraft:geometry`](/wiki/blocks/block-components#geometry) | 无格式版本1.19.40及以上) |
| [`minecraft:light_dampening`](/wiki/blocks/block-components#light-dampening) | 无 |
| [`minecraft:light_emission`](/wiki/blocks/block-components#light-emission) | 无 |
| [`minecraft:loot`](/wiki/blocks/block-components#loot) | 无 |
| [`minecraft:map_color`](/wiki/blocks/block-components#map-color) | 无 |
| [`minecraft:material_instances`](/wiki/blocks/block-components#material-instances) | 无格式版本1.19.40及以上) |
| [`minecraft:placement_filter`](/wiki/blocks/block-components#placement-filter) | 无格式版本1.19.60及以上) |
| [`minecraft:selection_box`](/wiki/blocks/block-components#selection-box) | 无格式版本1.19.60及以上) |
| [`minecraft:transformation`](/wiki/blocks/block-components#transformation) | 无 |
| [`minecraft:unit_cube`](/wiki/blocks/block-components#unit-cube) | **`假日创作者功能Holiday Creator Features`** |
## 方块状态
_从实验性功能 **`假日创作者功能`** 中释放适用于格式版本1.19.70及以上。_
## 方块特性
| 特性 | 所需实验性功能 |
| ------------------------------------------------------------------------------- | --------------------------------- |
| [`minecraft:placement_direction`](/wiki/blocks/block-components#placement-direction) | 无格式版本1.20.20及以上) |
| [`minecraft:placement_position`](/wiki/blocks/block-components#placement-position) | 无格式版本1.20.20及以上) |
## 方块置换
_从实验性功能 **`假日创作者功能`** 中释放适用于格式版本1.19.70及以上。_
## 方块事件与触发器
**完整功能仍处于实验性阶段,需启用 `假日创作者功能`。**