diff options
| author | Albi <12825442+Flanisch@users.noreply.github.com> | 2022-08-12 20:34:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-12 20:34:37 +0200 |
| commit | bbd40c34e104dcead78290af1394e6f5867df565 (patch) | |
| tree | 43c8d507722b7ba189cf4acfb924ca584b287c6f /src/main/resources/assets/gregtech/lang | |
| parent | d815f1f0e7b267c1c7ef97fdf2c790b6c9f6a378 (diff) | |
| download | GT5-Unofficial-bbd40c34e104dcead78290af1394e6f5867df565.tar.gz GT5-Unofficial-bbd40c34e104dcead78290af1394e6f5867df565.tar.bz2 GT5-Unofficial-bbd40c34e104dcead78290af1394e6f5867df565.zip | |
Added means of customizing GUI colors for resource packs (#1203)
* Added means of customizing GUI colors through lang file
* Color values are now stored in json file instead of the lang file
* Made json only load upon resource reload and ensured server compatibility
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
| -rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 146f2ddbb0..dcf1c24215 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -166,6 +166,7 @@ GT5U.recipe_filter.representation_slot.tooltip=Click with a machine to set filte GT5U.gui.select.current=Current: GT5U.item.programmed_circuit.select.header=Reprogram Circuit + # Note to translators: this translation entry is supposed to be a number indicating how many taunts you define here # Game will randomly display one of them GT5U.item.programmed_circuit.no_screwdriver.count=3 |
