回程镜像和传送回程什么的
一只没弄懂该怎么用,一直提示回程被禁用
一只没弄懂该怎么用,一直提示回程被禁用
这个我正好知道。
首先确定你的配置文件是否启用。文件目录为“\.minecraft\config\LatMod\XPT.cfg”
复制代码
代码部分:
# -1 - Disabled
# 0+ - Enables Recall Remote crafting and usage [range: -1 ~ 200, default: -1]
I:levels_for_recall=0
是否允许回程传送器使用:-1是禁用,0是使用但不消耗,1-200就是消耗了。
然后,进游戏,把黄色的传送门放在地上,用黄色的镜子外观的道具右击黄色传送门,镜子道具变成被附魔的样子,同时会有文字提示你连接成功。
外出拿着镜子长按就可以回程。
首先确定你的配置文件是否启用。文件目录为“\.minecraft\config\LatMod\XPT.cfg”
- # Configuration file
- general {
- # Teleporter cooldown
- # [range: 1 ~ 3600, default: 3]
- I:cooldown_seconds=3
- # Enable crafting recipes
- # [default: true]
- B:enable_crafting=true
- # Levels required to teleport in same dimension
- # [range: 0 ~ 200, default: 20]
- I:levels_for_1000_blocks=0
- # Levels required to teleport to another dimension
- # [range: 0 ~ 200, default: 30]
- I:levels_for_crossdim=0
- # -1 - Disabled
- # 0+ - Enables Recall Remote crafting and usage [range: -1 ~ 200, default: -1]
- I:levels_for_recall=0
- # Only linking will cost levels, teleporting will be free
- # [default: false]
- B:only_linking_uses_xp=false
- # Soft blocks are like torches - you can walk trough them, BUT it solved the 'getting stuck in block' issue [default: true]
- B:soft_blocks=true
- # Unlink teleporters when one is broken
- # [default: false]
- B:unlink_broken=false
- }
代码部分:
# -1 - Disabled
# 0+ - Enables Recall Remote crafting and usage [range: -1 ~ 200, default: -1]
I:levels_for_recall=0
是否允许回程传送器使用:-1是禁用,0是使用但不消耗,1-200就是消耗了。
然后,进游戏,把黄色的传送门放在地上,用黄色的镜子外观的道具右击黄色传送门,镜子道具变成被附魔的样子,同时会有文字提示你连接成功。
外出拿着镜子长按就可以回程。