同步官网文档8m_25d

This commit is contained in:
kwiilh
2025-08-25 18:36:29 +08:00
parent 4dc0ecf18d
commit 9e8855eeb4
5089 changed files with 8798 additions and 4799 deletions

View File

@@ -1,5 +1,5 @@
---
front:
front:
hard: 入门
time: 分钟
---
@@ -54,9 +54,7 @@ time: 分钟
## 使用
在 behavior 文件夹下的自定义物品的 json 里,修改 `category` 值为 custom1
要在自定义分页默认显示,将 `register_to_create_menu` 设置为 true参考示例如下
在 behavior 文件夹下的自定义物品的 json 里,修改 `category` 值为 custom1
```json
{
@@ -64,8 +62,6 @@ time: 分钟
"minecraft:block": {
"description": {
"identifier": "customblocks:test_block1",
"register_to_creative_menu": true,
"is_experimental": false,
"category":"custom1" //修改为custom1
},
"components": {