Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnyi116 committed Aug 18, 2023
1 parent 335f6fe commit 8a807a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

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

#### 方块黑名单 (不支持破坏)
-
Expand All @@ -32,10 +29,15 @@

## 客户端命令说明
- `/bedrockMiner` 开启/关闭
- `/bedrockMiner disable` 禁用模组(开启后模组将不会继续处理)
- `/bedrockMiner block whitelist add <block>` 添加白名单方块列表
- `/bedrockMiner block whitelist remove <block>` 移除白名单方块列表
- `/bedrockMiner block blacklist add <block>` 添加黑名单方块列表
- `/bedrockMiner block blacklist remove <block>` 移除黑名单方块列表
- `/bedrockMiner blockName blacklist add <blockName>` 添加黑名单方块列表
- `/bedrockMiner blockName blacklist remove <blockName>` 移除黑名单方块列表
- `/bedrockMiner task add <x, y, z>` 添加任务
- `/bedrockMiner task clear` 清理任务
- `/bedrockMiner debug true` 开启调试模式
- `/bedrockMiner debug false` 关闭调试模式

Expand Down
20 changes: 15 additions & 5 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ This project fork modified from [LXYan2333/Fabric-Bedrock-Miner](https://github.

#### Block whitelist (break supported)
- Bedrock
- End Portal
- End Portal Frame
- End gateway

#### Block blacklist (Break is not supported)
- None

#### Server block blacklist (Break is not supported, cannot be changed by command, built-in filter)
- Command Block
- Chain Command Block
- Repeating Command Block~~~~
- Repeating Command Block
- Structure Void
- Structure Block
- Jigsaw Block
Expand All @@ -30,11 +27,16 @@ This project fork modified from [LXYan2333/Fabric-Bedrock-Miner](https://github.
- Replaceable blocks

### Command description
- `/bedrockMiner` enable/disable
- `/bedrockMiner` on/off
- `/bedrockMiner disable` disable the mod (the mod will not continue to process after it is turned on)
- `/bedrockMiner block whitelist add <block>` add whitelist block list
- `/bedrockMiner block whitelist remove <block>` remove whitelist block list
- `/bedrockMiner block blacklist add <block>` add blacklist block list
- `/bedrockMiner block blacklist remove <block>` remove blacklist block list
- `/bedrockMiner block blockName add <blockName>` add blacklist block list
- `/bedrockMiner block blockName remove <blockName>` remove blacklist block list
- `/bedrockMiner task add <x, y, z>` add a task
- `/bedrockMiner task clear` clear the task
- `/bedrockMiner debug true` enables debug mode
- `/bedrockMiner debug false` turn off debug mode

Expand All @@ -58,3 +60,11 @@ If my mod saves you tons of time, please considering leave me a star.

# Compile
Checkout to the corresponding Minecraft version and compile following the Fabric wiki.

## Q群

![群二维码](https://github.com/Bunnui/Fabric-Bedrock-Miner/assets/37466008/7f1c2bc7-876b-4d34-9534-c72a3b555a2a)

## 爱发电

https://afdian.net/a/bunny_i

0 comments on commit 8a807a4

Please sign in to comment.