我的世界末影核心部分配置文件翻译
末影核心配置文件在.minecraftconfigendercore文件夹
true是启用,false是关闭
enchants {
# Allow the Auto Smelt enchant to be registered.
# [default: true]
B:allowAutoSmelt=true
注册自动熔炼附魔,默认开启
# Allow the Auto Smelt enchant to work with Fortune.
# [default: true]
B:allowAutoSmeltWithFortune=true
允许自动熔炼附魔与时运一起使用,,默认开启
# Allow the XP Boost enchant to be registered.
# [default: true]
B:allowXPBoost=true
经验汲取附魔,默认开启
# Enchant ID for the Auto Smelt enchant.
# [range: 0 ~ 255, default: 46]
I:enchantIDAutoSmelt=46
自动熔炼附魔ID
# Enchant ID for the XP boost enchant.
# [range: 0 ~ 255, default: 45]
I:enchantIDXPBoost=45
经验汲取附魔ID。
}
# Disabling this option will prevent any crops added to the config json from being right clickable.
# [default: true]
B:allowCropRC=true
右击收获农作物,默认开启
# The max amount of XP levels an anvil recipe can use.
# [default: 40]
I:anvilMaxLevel=40
末影铁砧的经验上限:40
# The way the game should have been made (Yes this is the fireworks thing).
# [default: true]
B:betterAchievements=true
完成成就放烟花,默认开启
# Show durability on item tooltips.
# 0 – Off
# 1 – Always on
# 2 – Only with shift
# 3 – Only in debug mode
# [range: 0 ~ 3, default: 1]
I:showDurabilityTooltips=1
在工具上显示耐久0~3
0不显示,1一直显示,2按住shift显示,3创造模式显示
# Show oredictionary names of every item in its tooltip.
# 0 – Off
# 1 – Always on
# 2 – Only with shift
# 3 – Only in debug mode
# [range: 0 ~ 3, default: 2]
I:showOredictTooltips=2
在物品提示中显示词典名称0~3
0不显示,1一直显示,2按住shift显示,3创造模式显示
# Show item registry names in tooltips.
# 0 – Off
# 1 – Always on
# 2 – Only with shift
# 3 – Only in debug mode
# [range: 0 ~ 3, default: 3]
I:showRegistryNameTooltips=3
显示注册物品ID
0不显示,1一直显示,2按住shift显示,3创造模式显示
# 0 – Do nothing
# 1 – Remove stacktraces, leave 1-line missing texture errors
# 2 – Remove all missing texture errors completely.
# [range: 0 ~ 2, default: 1]
I:textureErrorRemover=1
}
调整 {
B:bookToPaperRecipe=true
# Makes boats stack to 16
# [default: true]
B:changeBoatStackSize=true
使船叠至16
# Makes the bed stepSound wool instead of stone
# [default: true]
B:fixBedSound=true
# Allows packed ice to be mined with a pickaxe
# [default: true]
B:fixPackedIceTool=true
B:infinibow=true
B:shapelessPaperRecipe=true
B:slabToBlockRecipes=true
}