Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[简体中文](README.md) | [English](README_en.md)

导入神奇代码岛的384个方块到我的世界,让你在MC中也能使用熟悉的方块进行创作,还支持将神奇代码岛中的建筑/模型结构完整迁移到Minecraft世界中,保持原汁原味的建造风格。
导入神奇代码岛的373个方块到我的世界,让你在MC中也能使用熟悉的方块进行创作,还支持将神奇代码岛中的建筑/模型结构完整迁移到Minecraft世界中,保持原汁原味的建造风格。

## 📦 安装要求

Expand All @@ -20,7 +20,7 @@

### 🎨 丰富的方块

- **384种方块**:包括字母、数字、符号、颜色、元素等
- **373种方块**:包括字母、数字、符号、颜色、元素等
- **9个创造标签**:分类整理,方便查找
- Box3:字母 - A-Z字母方块
- Box3:数字 - 0-9数字方块
Expand All @@ -34,7 +34,7 @@

### 🏗 导入神奇代码岛建筑

- **地形文件导入**:支持从 `minecraft/config/box3mod/` 目录中的压缩地形文件(`.gz`)导入方块地图。
- **地形文件导入**:支持从 `config/box3mod/` 目录中的压缩地形文件(`.gz`)导入方块地图。
- **建筑迁移**:可将神奇代码岛中的建筑结构迁移到 Minecraft 世界中,保持方块外观一致。
- **获取建筑文件**:访问 https://box3lab.com/build2mc 获取神奇代码岛建筑的地形文件(`.gz`)。
- **导入指令**:
Expand All @@ -44,12 +44,12 @@
从 `config/box3mod/<fileName>.gz` 导入建筑(命令中不需要带后缀,会自动补 `.gz`)。
- `/box3import <fileName> <ignoreBarrier>`
当 `ignoreBarrier = true` 时,跳过屏障方块(不会在世界中放置这些方块)。
- `/box3import <fileName> <ignoreBarrier> <useVanillaWater>`
当 `useVanillaWater = true` 时,所有流体统一替换为 MC 原版水方块
- `/box3import <fileName> <ignoreBarrier> <ignoreWater>`
当 `ignoreWater = true` 时,所有流体统一替换为空气

### 🧩 导入神奇代码岛的模型物品

- **资源文件导入**:支持从 `minecraft/resourcepacks/` 目录文件导入资源包。
- **资源文件导入**:支持从 `resourcepacks/` 目录文件导入资源包。
- **资源包加载模型**:将模型放入资源包即可自动注册到创造模式。
- **模型物品标签页**:`Box3:模型` 标签页用于管理模型物品。
- **模型销毁器**:右键模型可删除(道具名:模型销毁器)。
Expand Down
12 changes: 6 additions & 6 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[简体中文](README.md) | [English](README_en.md)

Import 384 blocks from the Box3 (Magic Code Island) platform into Minecraft, so you can build with the same familiar blocks inside MC.
Import 373 blocks from the Box3 (Magic Code Island) platform into Minecraft, so you can build with the same familiar blocks inside MC.
You can also migrate structures from Box3 directly into your Minecraft world, preserving the original building style.

## 📦 Requirements
Expand All @@ -21,7 +21,7 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr

### 🎨 Rich Block Library

- **384 blocks**: including letters, numbers, symbols, colors, elements, etc.
- **373 blocks**: including letters, numbers, symbols, colors, elements, etc.
- **9 creative tabs**: organized for easy search and use
- Box3: Letters – A-Z letter blocks
- Box3: Numbers – 0-9 number blocks
Expand All @@ -35,7 +35,7 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr

### 🏗 Importing Box3 Structures

- **Terrain file import**: supports importing compressed terrain files (`.gz`) from the `minecraft/config/box3mod/` directory into your world.
- **Terrain file import**: supports importing compressed terrain files (`.gz`) from the `config/box3mod/` directory into your world.
- **Structure migration**: migrate structures from Box3 into Minecraft while keeping the same block appearance.
- **Get terrain files**: visit https://box3lab.com/build2mc to download Box3 building terrain files (`.gz`).
- **Import commands**:
Expand All @@ -46,12 +46,12 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr
(You don’t need to type the `.gz` extension in the command.)
- `/box3import <fileName> <ignoreBarrier>`
When `ignoreBarrier = true`, barrier blocks will be skipped (they will not be placed in the world).
- `/box3import <fileName> <ignoreBarrier> <useVanillaWater>`
When `useVanillaWater = true`, all fluids are replaced with vanilla Minecraft water blocks.
- `/box3import <fileName> <ignoreBarrier> <ignoreWater>`
When `ignoreWater = true`, all fluids are uniformly replaced with air.

### 🧩 Importing Box3 Model Items

- **Resource file import**: Supports importing resource packs from the `minecraft/resourcepacks/` directory.
- **Resource file import**: Supports importing resource packs from the `resourcepacks/` directory.
- **Resource pack model loading**: Put models into a resource pack to auto-register them in Creative.
- **Model creative tab**: `Box3:Models` tab for model items.
- **Model Destroyer**: Right-click a model to delete it (item name: Model Destroyer).
Expand Down
Loading
Loading