Skip to content

Commit

Permalink
Round Fahrenheit biome temperature in IGI (#18132)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlhlm authored Nov 28, 2024
1 parent 86e8a95 commit e6ea1d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/InGameInfoXML/InGameInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
<str>minecraft:sapling</str>
<num>4</num>
</icon>
<str> Biome: {darkaqua}{biome} {gold}{localtemperature}{white}°F {gold}</str>
<str> Biome: {darkaqua}{biome} {gold}</str>
<round>
<var>localtemperature</var>
<num>0</num>
</round>
<str>{white}°F {gold}</str>
<round>
<div>
<sub>
Expand Down

0 comments on commit e6ea1d7

Please sign in to comment.