Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 113e610

Browse files
committed
add config and readme
1 parent 2198a47 commit 113e610

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

mul_finder.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
minX=-100
2+
maxX=100
3+
minZ=-100
4+
maxZ=100

readme.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
author: hhhxiao
2+
bilibili:_hhhxiao
3+
gihtub:https://github.com/hhhxiao/MCBEMulStructureFinder
4+
使用方法
5+
1. 准备一个1.16.4的BDS,一定不能有存档,在 server.properties 中设置种子
6+
2. 把 mul_feature_finder.dll 和mul_finder.txt都移动到bedrock_server.exe所在文件夹
7+
3. mul_finder.txt里面填写配置,一共五个数,分别是x最小值,x最大值,z最小值,z最大值,最大距离(zx是区块坐标)
8+
4.用dll注入器把dll注入bedrock_server.exe并启动即可(方法和trapdoor(https://github.com/hhhxiao/TrapDoor)相同)
9+
5.登录服务器的瞬间BDS会自动开始计算并打印结果,理论上开始算后就能取消登录了
10+
11+
1.换种子的时候一定要删除存档!!!!!!!!!!!!!!
12+
2.只能1.14.6使用,查找结果理论上全版本通用(只要不是太古老的版本)

0 commit comments

Comments
 (0)