diff options
author | YannickMG <yannickmg@gmail.com> | 2021-12-23 17:40:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 23:40:28 +0100 |
commit | 9f4ea5d9d65607cc1563ea493b5a989862c4aefe (patch) | |
tree | 4f31b3cf3a20f34dda1c4f5b59ae05a456515251 /src/main/resources | |
parent | c88ea3b647fa3b816876fd93d328c9c4d7790dce (diff) | |
download | GT5-Unofficial-9f4ea5d9d65607cc1563ea493b5a989862c4aefe.tar.gz GT5-Unofficial-9f4ea5d9d65607cc1563ea493b5a989862c4aefe.tar.bz2 GT5-Unofficial-9f4ea5d9d65607cc1563ea493b5a989862c4aefe.zip |
Tooltip rework (#13)
* Draft for unified build script
* Update gradle, build script and streamline dependencies
* Fixed string typos
Fixed VisualProspecting vein name missing whitespace
* Several dimension name fixes:
- Handle tooltip display for individual recipes when multiple are visible
- Don't hide the background when tooltip is shown
- Tooltip trigger area more precise
- Dimension names appear in progression order both in abbreviated and tooltip forms
- Customizable dimension name tooltip max line count
* Removed some dead code
Especially asteroid handling separate from vein handling
There's more still to remove
* Javadoc for StringPaddingHack class
Also comment cleanup
* Fixed more misnamed dimensions
Co-authored-by: Johann Bernhardt <johann.bernhardt@tum.de>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/META-INF/gtneioreplugin_at.cfg | 5 | ||||
-rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/en_US.lang | 22 |
2 files changed, 16 insertions, 11 deletions
diff --git a/src/main/resources/META-INF/gtneioreplugin_at.cfg b/src/main/resources/META-INF/gtneioreplugin_at.cfg new file mode 100644 index 0000000000..efa5067287 --- /dev/null +++ b/src/main/resources/META-INF/gtneioreplugin_at.cfg @@ -0,0 +1,5 @@ +# GT NEI Ore Plugin Access Transformer configuration file +public net.minecraft.client.gui.inventory.GuiContainer field_146999_f #xSize +public net.minecraft.client.gui.inventory.GuiContainer field_147000_g #ySize +public net.minecraft.client.gui.inventory.GuiContainer field_147003_i #guiLeft +public net.minecraft.client.gui.inventory.GuiContainer field_147009_r #guiTop
\ No newline at end of file diff --git a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang index b770cea7cb..ec8c8a9681 100644 --- a/src/main/resources/assets/gtneioreplugin/lang/en_US.lang +++ b/src/main/resources/assets/gtneioreplugin/lang/en_US.lang @@ -37,10 +37,10 @@ gtnop.nei.genPositionInfo=In the center of each chunk # world names gtnop.world.Overworld=Overworld gtnop.world.Nether=Nether -gtnop.world.TheEnd=TheEnd -gtnop.world.Twilight=Twilight Forrest +gtnop.world.TheEnd=The End +gtnop.world.Twilight=Twilight Forest gtnop.world.EndAsteroid=Far End Asteroids -gtnop.world.Vanilla EndAsteroids=Vanilla EndAsteroids +gtnop.world.Vanilla EndAsteroids=Vanilla End Asteroids gtnop.world.Moon=Moon gtnop.world.Mars=Mars gtnop.world.Phobos=Phobos @@ -60,15 +60,15 @@ gtnop.world.Oberon=Oberon gtnop.world.Proteus=Proteus gtnop.world.Triton=Triton gtnop.world.Pluto=Pluto -gtnop.world.Kuiperbelt=Kuiperbelt +gtnop.world.Kuiperbelt=Kuiper Belt gtnop.world.Haumea=Haumea -gtnop.world.MakeMake=MakeMake -gtnop.world.CentauriA=αCentauriBb -gtnop.world.VegaB=VegaB -gtnop.world.BarnardC=BarnardC -gtnop.world.BarnardE=BarnardE -gtnop.world.BarnardF=BarnardF -gtnop.world.TcetiE=TcetiE +gtnop.world.MakeMake=Makemake +gtnop.world.CentauriA=α Centauri Bb +gtnop.world.VegaB=Vega B +gtnop.world.BarnardC=Barnard C +gtnop.world.BarnardE=Barnard E +gtnop.world.BarnardF=Barnard F +gtnop.world.TcetiE=T Ceti E gtnop.world.Underdark=Deep Dark |