完整版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

@@ -1,7 +1,7 @@
---
title: Download Example Packs
category: Extra
description: Appendix for downloading example Packs
title: 下载示例包
category: 扩展内容
description: 下载示例包的参考指南
prefix: 'b. '
nav_order: 2
show_toc: false
@@ -17,17 +17,35 @@ mentions:
- TheItsNameless
---
# 下载示例包
<!--@include: @/wiki/bedrock-wiki-mirror.md-->
::: tip
This is an appendix page. You can start the guide from the beginning [here](/guide/index).
这是附录页面。你可以从[这里](/wiki/guide/index)重新开始本指南。
:::
To get the most out of the guide, you should always attempt all guide-exercises yourself! However if you get very stuck, the example packs should give you some valuable reference material.
为了获得最佳学习效果,建议始终先自行尝试完成教程中的所有练习!如果遇到实在无法解决的问题,示例包将为你提供有价值的参考材料。
Download here:
下载地址:
<BButton
link="https://github.com/Bedrock-OSS/wiki-addon/releases/download/download/legacy_guide.mcaddon"
color=gray
>Download Add-On</BButton>
>下载附加包</BButton>
To install, simply unzip the behavior pack into the Minecraft folder: `com.mojang\development_behavior_packs` or `com.mojang\development_*_packs`, depending on which pack you downloaded.
安装时只需将行为包解压到Minecraft的以下目录`com.mojang\development_behavior_packs` `com.mojang\development_*_packs`(具体路径取决于你下载的包类型)。
::: code-group
```text [安装说明]
// 注意:此处路径根据实际安装平台可能有所不同
// Windows 10/11 默认路径:
%localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang
```
:::
注意事项:
1. 确保已启用"测试版 API" 功能
2. 首次安装后需要重启游戏
3. 在创建世界时选择对应的行为包/资源包
4. 示例包包含完整的组件Component和实体Entity实现参考