我的世界关于Void Totem配置文件的简单翻译
以1.18.1版本为例,文件位于.minecraft\config下的voidtotem-common.toml
#Void Totem Common Config
[general]
#This sets whether the void totem will be added to the end city treasure.
设置是否将虚空图腾添加到末地城宝箱中
add_end_city_treasure = true
#This sets whether the totem of undying will prevent death when falling into the void.
设置图腾在落入虚空时是否能阻止死亡
allow_totem_of_undying = false
#This adds dimensions to a blacklist where you die if you fall into the void. Example: “minecraft:overworld”.
将维度添加到黑名单中,如果你掉入虚空就会死亡。示例:“minecraft:overworld”
blacklisted_dimensions = []
#This sets whether you need a totem to prevent death when falling into the void.
设置当你掉入虚空时图腾是否阻止死亡
needs_totem = true
#This sets whether a tooltip is shown on the totem.
设置是否显示图腾的工具提示(鼠标移动到图腾上是否显示提示信息)
show_totem_tooltip = true
#This sets the height you will be teleported when you can’t be placed on a block.
设置当无法将你传送至方块上时,将你传送的高度
#Range: 320 ~ 2048
范围:320~2048
teleport_height = 384
传送高度=384
#This sets whether the totem prevents you from dying in the void if there is a totem anywhere in your inventory. If false the totem has to been in the main-/offhand or in the charm slot (curios api has to be installed).
如果你的物品栏中有图腾,这个图腾是否阻止你在虚空中死亡。如果为 false,图腾必须位于主/副手或饰品栏中(必须安装Curios Api)
use_totem_from_inventory = false