更新文档导航顺序,添加新页面和翻译内容

This commit is contained in:
boybook
2025-03-26 10:59:30 +08:00
parent 7de24ab663
commit 5382f625fc
41 changed files with 3591 additions and 3119 deletions

View File

@@ -71,7 +71,9 @@ mentions:
}
}
```
:::
::: code-group
```json [RP/textures/item_texture.json]
{
"resource_pack_name": "vanilla",
@@ -128,7 +130,9 @@ mentions:
}
}
```
:::
::: code-group
```json [BP/items/my_sword.json]
"events": {
"wiki:my_sword.on_dig_damage": {
@@ -160,7 +164,9 @@ mentions:
}
}
```
:::
::: code-group
```json [BP/items/my_sword.json]
"events": {
"wiki:my_sword.hurt_entity": {