同步官网文档8m_25d
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user