mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
@@ -48,6 +48,10 @@ drainItems:
|
||||
# 最大玩家下线记忆时长(单位为天). 饮酒的记忆保持时间, 便于计算宿醉.[7]
|
||||
hangoverDays: 7
|
||||
|
||||
# If crafting and using of the Brew Sealing Table is enabled (2 Bottles over 4 Planks) [true, true]
|
||||
craftSealingTable: true
|
||||
enableSealingTable: true
|
||||
|
||||
# 饮品上是否显示带颜色的提示, 颜色由执行步骤的正误决定. 第一项为在熟成酒桶内显示颜色, 第二项为在酿造台内显示颜色.[true, true]
|
||||
colorInBarrels: true
|
||||
colorInBrewer: true
|
||||
@@ -84,7 +88,7 @@ autosave: 3
|
||||
debug: false
|
||||
|
||||
# 配置文件版本
|
||||
version: '2.0'
|
||||
version: '2.1'
|
||||
|
||||
|
||||
|
||||
@@ -795,6 +799,12 @@ multiServerDB:
|
||||
database: base
|
||||
|
||||
|
||||
# -- Various Other Settings --
|
||||
|
||||
# If items in Offhand should be added to the cauldron as well [false]
|
||||
useOffhandForCauldron: false
|
||||
|
||||
|
||||
# -- 口糊设置 --
|
||||
|
||||
# 醉酒的玩家会口糊,
|
||||
|
||||
Reference in New Issue
Block a user