Skip to content

Commit f9e45d8

Browse files
authored
Merge pull request #84 from AvantTeam/MEEPofFaith-patch-1
Fix max temp degrees display
2 parents 30d53d3 + dd647fc commit f9e45d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

main/assets/bundles/bundle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,16 @@ unit.unity-modularUnit.details = tonk
260260
## Stats
261261
category.unity-torque = Torque
262262
category.unity-heat = Heat
263-
category.unity-crucible = Crucible Info
263+
category.unity-crucible = Crucible
264264

265-
stat.unity-itemmeltpoint= Melting Point: {0}°C
266-
stat.unity-seebeckStrength = @ power units per second per ΔKelvin
265+
stat.unity-itemmeltpoint= Melting Point: {0}°C
266+
stat.unity-seebeckStrength = @ power units per second per ΔKelvin
267267
stat.unity-emissiveness = Emissivity
268-
stat.unity-emissiveness.info = {0} heat energy units per ΔKelvin per second
268+
stat.unity-emissiveness.info = {0} heat energy units per ΔKelvin per second
269269
stat.unity-heatcapacity = Heat Capacity
270270
stat.unity-heatcapacity.info = Every {0} heat energy units increases temp by 1 Kelvin
271271
stat.unity-heatconductivity = Heat Conductivity
272-
stat.unity-heatconductivity.info = {0} heat energy units per ΔKelvin per second
272+
stat.unity-heatconductivity.info = {0} heat energy units per ΔKelvin per second
273273
stat.unity-maxtemp = Max Temperature
274274
stat.unity-friction = Friction
275275
stat.unity-friction.info = {0} Torque per rpm
@@ -288,14 +288,14 @@ stat.unity-extreme = [red]Extreme: ({0})
288288

289289
unit.unity-rpm = rpm
290290
unit.unity-torque = Torque
291-
unit.unity-celcius = °C
291+
unit.unity-celcius = °C
292292

293293
## Bars
294294
bar.unity-torquespeed = Speed: {0} rpm
295295
bar.unity-torqueinertia = Mass: {0}
296296
bar.unity-torqueforce = Torque: +{0}
297297
bar.unity-torqueuse = Usage: -{0}
298-
bar.unity-temp = Temp: {0}°C
298+
bar.unity-temp = Temp: {0}°C
299299
bar.unity-craftspeed = Craft Speed: {0}
300300

301301
## Parts

0 commit comments

Comments
 (0)