Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/assets/cells/lang/zh_cn.lang
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ cells.config.enableConfigurableCells.tooltip=启用可配置存储元件

## Config: Interfaces
cells.config.interfaceMaxSlotSizeLimit=接口最大槽位容量限制
cells.config.interfaceMaxSlotSizeLimit.tooltip=接口的最大槽位容量限制,用于限制玩家可配置的单槽位最大容量。最小值:1,最大值:920 亿亿(长整型最大值),默认值:920亿亿(Long.MAX_VALUE)。
cells.config.interfaceMaxSlotSizeLimit.tooltip=接口的最大槽位容量限制,用于限制玩家可配置的单槽位最大容量。最小值:1,最大值:920亿亿(Long.MAX_VALUE),默认值:21亿(Integer.MAX_VALUE)。
cells.config.interfaceMaxSlotSizeUseFixedValues=使用固定的最大槽位容量值
cells.config.interfaceMaxSlotSizeUseFixedValues.tooltip=最大槽位容量按钮会直接设置为预设的固定数值,而非增减。默认值:false(增减模式)。
cells.config.interfaceMaxSlotSizeOffsets=最大槽位容量增减值
Expand Down
Loading