From 040bd094492b4a1c99697826dc47f00949b649a6 Mon Sep 17 00:00:00 2001 From: viyrs <2991883280@qq.com> Date: Tue, 24 Feb 2026 18:17:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(box3import):=20=E6=B7=BB=E5=8A=A0Y?= =?UTF-8?q?=E8=BD=B4=E5=81=8F=E7=A7=BB=E5=8F=82=E6=95=B0=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为/box3import命令添加了新的offsetY参数,允许在Y轴方向进行额外的位置偏移, 支持正数向上、负数向下的偏移操作。同时更新了中英文文档说明。 --- README.md | 6 ++++-- README_en.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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