diff --git a/README.md b/README.md index 0edad13..f7a81fc 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,11 @@ 列出 `config/box3/` 目录下所有可导入的地形文件(`.gz`)。 - `/box3import ` 从 `config/box3/.gz` 导入建筑(命令中不需要带后缀,会自动补 `.gz`)。 - - `/box3import ` + - `/box3import ` + 在当前位置基础上在 Y 轴方向额外偏移 `offsetY` 格(正数向上,负数向下)。 + - `/box3import ` 当 `ignoreBarrier = true` 时,跳过屏障方块(不会在世界中放置这些方块)。 - - `/box3import ` + - `/box3import ` 当 `ignoreWater = true` 时,所有流体统一替换为空气。 ### 🧩 导入神奇代码岛的模型物品 diff --git a/README_en.md b/README_en.md index d649b1a..ced4748 100644 --- a/README_en.md +++ b/README_en.md @@ -35,9 +35,11 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr - `/box3import ` Import a structure from `config/box3/.gz`. (You don’t need to type the `.gz` extension in the command.) - - `/box3import ` + - `/box3import ` + Apply an additional vertical offset of `offsetY` blocks relative to your current position (positive = up, negative = down). + - `/box3import ` When `ignoreBarrier = true`, barrier blocks will be skipped (they will not be placed in the world). - - `/box3import ` + - `/box3import ` When `ignoreWater = true`, all fluids are uniformly replaced with air. ### 🧩 Importing Box3 Model Items