Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lang): 是 hardcode_tnt_angle 不是 hard_code_tnt_angle #56

Merged
merged 1 commit into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions src/main/resources/assets/curtain/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"curtain.rules.tnt_primer_momentum_removed.name": "tntPrimerMomentumRemoved",
"curtain.rules.tnt_primer_momentum_removed.desc": "Removes random TNT momentum when primed",

"curtain.rules.hard_code_tnt_angle.name": "hardcodeTNTangle",
"curtain.rules.hard_code_tnt_angle.desc": "Sets the horizontal random angle on TNT for debugging of TNT contraptions\nSet to -1 for default behavior",
"curtain.rules.hardcode_tnt_angle.name": "hardcodeTNTangle",
"curtain.rules.hardcode_tnt_angle.desc": "Sets the horizontal random angle on TNT for debugging of TNT contraptions\nSet to -1 for default behavior",

"curtain.rules.merge_tnt.name": "mergeTNT",
"curtain.rules.merge_tnt.desc": "Merges stationary primed TNT entities",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/curtain/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"curtain.rules.tnt_primer_momentum_removed.name": "移除TNT点燃时随机动量",
"curtain.rules.tnt_primer_momentum_removed.desc": "TNT点燃时的随机动量将被移除",

"curtain.rules.hard_code_tnt_angle.name": "硬编码TNT角度",
"curtain.rules.hard_code_tnt_angle.desc": "把TNT水平随机角度设为固定值,可用于测试机器\n设为-1以使用默认值",
"curtain.rules.hardcode_tnt_angle.name": "硬编码TNT角度",
"curtain.rules.hardcode_tnt_angle.desc": "把TNT水平随机角度设为固定值,可用于测试机器\n设为-1以使用默认值",

"curtain.rules.merge_tnt.name": "合并TNT",
"curtain.rules.merge_tnt.desc": "合并静止的点燃的TNT实体",
Expand Down