Many machine status displays have string replacement errors
yuanbraing opened this issue · 1 comments
Describe the Bug
As is well known, when players wear an engineer's goggle, they can see information of machine status.The code concatenates international strings with numerical values (such as Kinetic Stress Capacity), but in most language files, there is a replacement tag "%1$s". It is displayed directly on the screen without being used.This confuses many newcomers, such as me.
Reproduction Steps
wear an engineer's goggle and look at some kgoggle blocks
Expected Result
Use replacement for these strings without concat
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
any
Mod Version
0.5.1f
Minecraft Version
1.20.1
Forge Version
any
Other Mods
No response
Additional Context
No response