Skip to content

Commit

Permalink
fix: colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jul 21, 2024
1 parent cda4923 commit 4e7eb53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/resources/assets/gregtech/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ metaitem.nuclear.tooltip.temperature=Melting point: %d K
metaitem.nuclear.tooltip.cross_section_fast=Fast neutron prob: %d barn
metaitem.nuclear.tooltip.cross_section_slow=Slow neutron prob: %d barn
metaitem.nuclear.tooltip.neutron_time.0=Avg. neutron: %ds (§aSafe§r)
metaitem.nuclear.tooltip.neutron_time.1=Avg. neutron: %ds (§eSafer§r)
metaitem.nuclear.tooltip.neutron_time.2=Avg. neutron: %ds (§cUnsafe§r)
metaitem.nuclear.tooltip.neutron_time.3=Avg. neutron: %ds (§4Very unsafe§r)
metaitem.nuclear.tooltip.neutron_time.1=Avg. neutron: %ds (§cSafer§r)
metaitem.nuclear.tooltip.neutron_time.2=Avg. neutron: %ds (§4Unsafe§r)
metaitem.nuclear.tooltip.neutron_time.3=Avg. neutron: %ds (§0Very unsafe§r)

metaitem.int_circuit.configuration=§aConfigured Value: §f%d§7
metaitem.credit.copper.name=Copper Credit
Expand Down Expand Up @@ -2568,6 +2568,7 @@ metaitem.coloured.leds.name=Coloured LEDs
metaitem.display.name=Display

metaitem.basket.anode.name=Anode Basket
metaitem.cladding.fuel.name=Fuel Cladding

tile.casing.ulv=ULV Machine Casing
tile.casing.lv=LV Machine Casing
Expand Down Expand Up @@ -5544,7 +5545,7 @@ gregtech.coolant.exit_temp=Hot coolant temperature: %d K
gregtech.coolant.heat_capacity=Heat capacity: %d J/kgK
gregtech.coolant.cooling_factor=Heat transfer: %d W/(m^2K)
gregtech.coolant.moderation_factor=Moderation cross section: %d barn
gregtech.coolant.accumulates_hydrogen=§6Accumulates hydrogen at 1500K
gregtech.coolant.accumulates_hydrogen=§cAccumulates hydrogen at 1500K

gregtech.gui.fuel_amount=Fuel Amount:
gregtech.gui.fluid_amount=Fluid Amount:
Expand Down

0 comments on commit 4e7eb53

Please sign in to comment.