模组配置文件汉化 (持续更新) - [ME]中洲 (Middle-earth) - MC百科
模组版本:1.5.2-1.21.1-alpha
客户端配置
# Client Configs# 客户端配置# This file stores client configuration options for the Middle-earth mod.# 本文件是中洲模组与客户端相关的配置选项# GUI configurations# 与交互界面显示相关的配置 # Should you see the map overlay button in the middle-earth map gui? # 是否在中洲地图界面显示切换地图遮罩按钮? # 译注:启用地图遮罩后,可通过数据包的方式改变游戏内中洲地图的显示效果 # Accept values: boolean | Default: false # 布尔类型,默认为 false enableMapOverlay=false
通用配置
# Server Configs# 服务端配置# This file stores server/host configuration options for the Middle-earth mod.# 本文件是中洲模组与服务端相关的配置选项# World configurations # 与世界生成相关的配置 # Should players respawn at their selected spawn location in Middle-earth if they die without having a bed assigned? # 玩家在中洲死亡时,若没有使用床设置重生点,是否在其选择的中洲重生点处重生? # Accept values: boolean | Default: true # 布尔类型,默认为 true enableSpawnOverride=true # Should players be able to return to the overworld by reusing the starlight phial? # 玩家能否在中洲使用星光水晶瓶返回主世界? # Accept values: boolean | Default: true # 布尔类型,默认为 true enableReturnToOverworld=true # Should procedural structures (such as Orthanc) generate in Middle-earth? # 中洲是否生成程序自动生成的建筑结构(如欧尔桑克)? # Accept values: boolean | Default: true # 布尔类型,默认为 true enableProceduralStructures=true# Faction configurations # 与派系相关的配置 # Should players be allowed to change factions when they use the starlight phial? # 玩家能否在主世界重复多次使用星光水晶瓶以修改加入的派系? # Accept values: boolean | Default: true # 布尔类型,默认为 true enableFactionReset=true # Should players keep their race when returning to the Overworld # 玩家是否在返回主世界时保持其选择的种族不变? # Accept values: boolean | Default: true # 布尔类型,默认为 true enableKeepRaceOnDimensionSwap=true # Amount of time before teleporting # 使用星光水晶瓶进入中洲/主世界时按下确认按钮前的冷却时间 (秒) # Accept values: int | Default: 3 # 整数类型,默认为 3 delayOnTeleportConfirmation=3# Mount configurations # 与坐骑相关的配置 # Should players and NPCs be allowed to ride broadhoof goats? # 玩家与 NPC 是否能够骑乘宽蹄山羊? # Accept values: boolean | Default: true # 布尔类型,默认为 true enableMountBroadhoofGoat=true# Food configurations# 与食物相关的配置 # Should players be allowed to craft golden apples and golden carrots in Middle-earth? # 玩家能否在中洲制作金苹果和金胡萝卜? # Accept values: boolean | Default: false # 布尔类型,默认为 false enableGoldenFoodRecipe=false