diff options
author | YannickMG <yannickmg@gmail.com> | 2022-01-10 01:09:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 07:09:07 +0100 |
commit | bef0bf37ddb79da70803321069287d1dd9050623 (patch) | |
tree | 144d467869baed90a5f94cf70dbe86d950dc685d /src/main/resources | |
parent | ef48ab5513f7e63f8d8d181a28b9f416fd94f476 (diff) | |
download | GT5-Unofficial-bef0bf37ddb79da70803321069287d1dd9050623.tar.gz GT5-Unofficial-bef0bf37ddb79da70803321069287d1dd9050623.tar.bz2 GT5-Unofficial-bef0bf37ddb79da70803321069287d1dd9050623.zip |
Cover tabs (#856)
* Add network support for chanining GT Tile GUIs
* Implemented Cover Tabs for IGregTechTileEntity
See GTNewHorizons/GT-New-Horizons-Modpack#9367 for details
* Added IGuiIcon
For easier addon extensibility of GT_GuiIcon
Also fixed Ghost Circuit tab tooltip overlapping right-side cover tabs
* Typo fix
* Fixed unintended scala import
* Tabs -> Spaces on the files I've touched
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 13 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/GuiTabs.png | bin | 0 -> 1193 bytes |
2 files changed, 13 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 f4a43e9ba0..440f85b374 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -126,6 +126,11 @@ GT5U.config.colormodulation.machine_metal=Machine Metal (Default GUI color) GT5U.config.colormodulation.machine_metal.B=Blue GT5U.config.colormodulation.machine_metal.G=Green GT5U.config.colormodulation.machine_metal.R=Red +GT5U.config.interface=Interface +GT5U.config.interface.DisplayCoverTabs=Display Cover Tabs +GT5U.config.interface.DisplayCoverTabs.tooltip=Displays Cover Tabs on all Gregtech machines +GT5U.config.interface.FlipCoverTabs=Flip Cover Tabs +GT5U.config.interface.FlipCoverTabs.tooltip=Displays Cover Tabs on the right side instead of left GT5U.config.preference=Client Preference GT5U.config.preference.mInputBusInitialFilter=Input Bus Initial Input Filter Status GT5U.config.preference.mInputBusInitialFilter.tooltip=Whether Input busses enable the input filter upon placed\nDoes not affect busses placed by others\nDoes not affect existing busses @@ -141,6 +146,14 @@ GT5U.config.render.RenderIndicatorsOnHatch=Render indicator on hatch GT5U.config.render.RenderPollutionFog=Render pollution fog GT5U.config.render.TileAmbientOcclusion=Enable Ambient Occlusion +// Cover tabs +GT5U.interface.coverTabs.down=Bottom +GT5U.interface.coverTabs.up=Top +GT5U.interface.coverTabs.north=North +GT5U.interface.coverTabs.south=South +GT5U.interface.coverTabs.west=West +GT5U.interface.coverTabs.east=East + achievement.Naquadah=Find Naquadah Ore achievement.Naquadah.desc=Height: 10-90, Chance: 10, Asteroids/Venus/Titan/Oberon/Pluto/KuiperBelt/VegaB/BarnardE/BarnardF// achievement.NaquadahEnriched=Find Enriched Naquadah Ore diff --git a/src/main/resources/assets/gregtech/textures/gui/GuiTabs.png b/src/main/resources/assets/gregtech/textures/gui/GuiTabs.png Binary files differnew file mode 100644 index 0000000000..eea6e586d7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/GuiTabs.png |