Skip to content

Commit

Permalink
Merge pull request #84 from AvantTeam/MEEPofFaith-patch-1
Browse files Browse the repository at this point in the history
Fix max temp degrees display
  • Loading branch information
MEEPofFaith authored Nov 17, 2022
2 parents 30d53d3 + dd647fc commit f9e45d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main/assets/bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,16 @@ unit.unity-modularUnit.details = tonk
## Stats
category.unity-torque = Torque
category.unity-heat = Heat
category.unity-crucible = Crucible Info
category.unity-crucible = Crucible

stat.unity-itemmeltpoint= Melting Point: {0}°C
stat.unity-seebeckStrength = @ power units per second per ΔKelvin
stat.unity-itemmeltpoint= Melting Point: {0}°C
stat.unity-seebeckStrength = @ power units per second per ΔKelvin
stat.unity-emissiveness = Emissivity
stat.unity-emissiveness.info = {0} heat energy units per ΔKelvin per second
stat.unity-emissiveness.info = {0} heat energy units per ΔKelvin per second
stat.unity-heatcapacity = Heat Capacity
stat.unity-heatcapacity.info = Every {0} heat energy units increases temp by 1 Kelvin
stat.unity-heatconductivity = Heat Conductivity
stat.unity-heatconductivity.info = {0} heat energy units per ΔKelvin per second
stat.unity-heatconductivity.info = {0} heat energy units per ΔKelvin per second
stat.unity-maxtemp = Max Temperature
stat.unity-friction = Friction
stat.unity-friction.info = {0} Torque per rpm
Expand All @@ -288,14 +288,14 @@ stat.unity-extreme = [red]Extreme: ({0})

unit.unity-rpm = rpm
unit.unity-torque = Torque
unit.unity-celcius = °C
unit.unity-celcius = °C

## Bars
bar.unity-torquespeed = Speed: {0} rpm
bar.unity-torqueinertia = Mass: {0}
bar.unity-torqueforce = Torque: +{0}
bar.unity-torqueuse = Usage: -{0}
bar.unity-temp = Temp: {0}°C
bar.unity-temp = Temp: {0}°C
bar.unity-craftspeed = Craft Speed: {0}

## Parts
Expand Down

0 comments on commit f9e45d8

Please sign in to comment.