Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyi116 committed Mar 19, 2023
1 parent e6eed91 commit 5804591
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
**中文** | [English](https://github.com/Bunnui/Fabric-Bedrock-Miner/blob/mian/README_EN.md)

# Fabric-Bedrock-Miner
帮你“挖掘”基岩的客户端 Fabric mod!
帮你 "挖掘" 基岩的客户端 Fabric mod!

# 说明
该项目 fork 自 "LXYan2333/Fabric-Bedrock-Miner" 进行修改<br>
原项目地址:https://github.com/LXYan2333/Fabric-Bedrock-Miner

## 2023-3-16

1. 支持破坏方块白名单列表
- 基岩
- 末地传送门
- 末地传送门-框架
- 末地折跃门
2. 不支持破坏方块黑名单列表(服务器)
- 普通命令方块
- 连锁型命令方块
- 循环型命令方块
- 结构空位
- 结构方块
3. 添加命令
4. 移除默认支持黑曜石方块
5. 修复部分BUG
6. 优化处理逻辑

### 命令说明
该项目 fork 自 [LXYan2333/Fabric-Bedrock-Miner](https://github.com/LXYan2333/Fabric-Bedrock-Miner) 进行修改

## 默认方块列表清单

#### 方块白名单列表(支持破坏)
- 基岩
- 末地传送门
- 末地传送门-框架
- 末地折跃门

#### 服务器方块黑名单列表(不支持破坏,无法通过指令更改,内置)
- 普通型命令方块
- 连锁型命令方块
- 循环型命令方块
- 结构空位
- 结构方块

#### 默认过滤
- 空气

## 客户端命令说明
- `/bedrockMiner` 开启/关闭
- `/bedrockMiner block whitelist add <block>` 添加白名单方块列表
- `/bedrockMiner block whitelist remove <block>` 移除白名单方块列表
Expand All @@ -35,7 +34,8 @@
- `/bedrockMiner debug false` 关闭调试模式

# 视频
https://www.youtube.com/watch?v=b8Y86yxjr_Y
https://www.youtube.com/watch?v=b8Y86yxjr_Y
</br>
https://www.bilibili.com/video/BV1Fv411P7Vc

# 使用
Expand Down
39 changes: 19 additions & 20 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@
A Fabric client mod to "mine" bedrock!

# illustrate
This project fork modified from "LXYan2333/Fabric-Bedrock-Miner"<br>
Original project address: https://github.com/LXYan2333/Fabric-Bedrock-Miner

## 2023-3-16

1. Support destroying block whitelist
- Bedrock
- End Portal
- End Portal - Frame
- End gateway
2. Does not support breaking block blacklist (server)~~~~
- Command Block
- Chain Command Block
- Repeating Command Block
- Structure Void
- Structure Block
3. Add commands
4. Remove default support for obsidian blocks
5. Fix some bugs
6. Optimize processing logic
This project fork modified from [LXYan2333/Fabric-Bedrock-Miner](https://github.com/LXYan2333/Fabric-Bedrock-Miner) <br>

## Default list of squares list

#### White List of squares (destruct supported)
- Bedrock
- End Portal
- End Portal - Frame
- End gateway

#### Server block blacklist list (does not support corruption, cannot be changed by instructions, built-in)
- Command Block
- Chain Command Block
- Repeating Command Block
- Structure Void
- Structure Block
-
#### Default filtering
- Air

### Command description
- `/bedrockMiner` enable/disable
Expand Down

0 comments on commit 5804591

Please sign in to comment.