This commit is contained in:
boybook
2025-12-01 20:59:16 +08:00
parent 12738a142c
commit 760c2dd9ad
5535 changed files with 21070 additions and 2021 deletions

View File

@@ -11,18 +11,23 @@ next: false
<MyFeatures :items="[
{
title: '自定义物品和方块',
desc: '自定义物品和方块,修改方块属性,修改物品属性',
link: '/mconline/33-自定义物品和方块/0-总览'
title: '自定义物品',
desc: '自定义物品,修改物品属性',
link: '/mconline/15-玩法组件教程/8-自定义物品/0-摘要'
},
{
title: '自定义方块',
desc: '自定义方块,修改方块属性',
link: '/mconline/15-玩法组件教程/9-自定义方块/0-摘要'
},
{
title: '自定义生物(实体)',
desc: '实体行为及外观',
link: '/mconline/32-自定义生物/0-总览'
link: '/mconline/15-玩法组件教程/7-自定义实体/0-摘要'
},
{
title: '理解Json数据驱动',
desc: 'Json格式与Addons入门',
link: '/mconline/34-理解Json数据驱动/0-总览'
title: '模组SDK初步',
desc: '了解模组SDK是如何使用系统、组件、事件相配合从而在脚本中完成各种逻辑操作的',
link: '/mconline/15-玩法组件教程/10-模组SDK初步/0-摘要'
}
]" />