Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriils committed Aug 23, 2024
1 parent 6e7f429 commit c5241be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions src/main/resources/assets/NHUtilities/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ text.NHUtilities.TimeVial.details_5=While setting the remaining time vials to:
text.NHUtilities.TimeVial.details_6=Uh...114514. -11 hours -45 minutes -14 seconds.
text.NHUtilities.TimeVial.details_7=Can be modified without limits in the config file.
text.NHUtilities.TimeVial.details_8=The rules for GT machine acceleration are as follows:
text.NHUtilities.TimeVial.details_9=Machines require processing time time and time must be >= 2 ticks.
text.NHUtilities.TimeVial.details_10=Executes time + acceleration multiplier * discount (default 0.8f), which is adjustable.
text.NHUtilities.TimeVial.details_11=In simple terms, adds the corresponding time to the machine's working time.
text.NHUtilities.TimeVial.details_12=Configuration file notes
text.NHUtilities.TimeVial.details_13=Allows adjusting the volume of the vial sounds and whether to enable number textures, i.e., 8x or 16x patterns.
text.NHUtilities.TimeVial.details_14=If unsure, do not modify. enableLogInfo = true
text.NHUtilities.TimeVial.details_9=By default, the acceleration method is applied by accumulating ticks if Shift is not held down.
text.NHUtilities.TimeVial.details_10=Machines require processing time time and time must be >= 2 ticks.
text.NHUtilities.TimeVial.details_11=Executes time + acceleration multiplier * discount (default 0.8f), which is adjustable.
text.NHUtilities.TimeVial.details_12=In simple terms, adds the corresponding time to the machine's working time.
text.NHUtilities.TimeVial.details_13=Configuration file notes
text.NHUtilities.TimeVial.details_14=Allows adjusting the volume of the vial sounds and whether to enable number textures, i.e., 8x or 16x patterns.
text.NHUtilities.TimeVial.details_15=If unsure, do not modify. enableLogInfo = true

# tooltips for time vial
text.NHUtilities.EternityVial.details_0=Eternity
Expand Down
13 changes: 7 additions & 6 deletions src/main/resources/assets/NHUtilities/lang/zh_CN.lang
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ text.NHUtilities.TimeVial.details_5=同时把其余时间瓶时间修改为:
text.NHUtilities.TimeVial.details_6=额..114514. -11 小时 -45 分钟 -14秒
text.NHUtilities.TimeVial.details_7=可在配置文件修改无限制
text.NHUtilities.TimeVial.details_8=GT机器加速的规则如下:
text.NHUtilities.TimeVial.details_9=机器需要加工时间time且 time >= 2tick
text.NHUtilities.TimeVial.details_10=执行time + 加速倍率 * 折扣(默认0.8f) 可调整
text.NHUtilities.TimeVial.details_11=简单说就是给机器工作时间 加上相应的时间
text.NHUtilities.TimeVial.details_12=配置文件说明
text.NHUtilities.TimeVial.details_13=允许调整瓶子声音大小,是否启用数字贴图 即 8x 16x的图案
text.NHUtilities.TimeVial.details_14=如果不清楚请不要修改 enableLogInfo = true
text.NHUtilities.TimeVial.details_9=如果不按住 shift 默认执行加速方法 tick累加
text.NHUtilities.TimeVial.details_10=即机器需要加工时间time且 time >= 2tick
text.NHUtilities.TimeVial.details_11=执行time + 加速倍率 * 折扣(默认0.8f) 可调整
text.NHUtilities.TimeVial.details_12=简单说就是给机器工作时间 加上相应的时间
text.NHUtilities.TimeVial.details_13=配置文件说明
text.NHUtilities.TimeVial.details_14=允许调整瓶子声音大小,是否启用数字贴图 即 8x 16x的图案
text.NHUtilities.TimeVial.details_15=如果不清楚请不要修改 enableLogInfo = true

# tooltips for time vial
text.NHUtilities.EternityVial.details_0=Eternity
Expand Down

0 comments on commit c5241be

Please sign in to comment.