diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-12-04 13:04:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 13:04:47 +0100 |
commit | 2ee2ff6d97e81340e3209ec46e675ec412112867 (patch) | |
tree | 5e1a6ae3385c701438e573dae60fd750cf68b27a /src/main/resources/assets/kubatech | |
parent | 1ef020a8291957fdd470c76165d279398329e322 (diff) | |
download | GT5-Unofficial-2ee2ff6d97e81340e3209ec46e675ec412112867.tar.gz GT5-Unofficial-2ee2ff6d97e81340e3209ec46e675ec412112867.tar.bz2 GT5-Unofficial-2ee2ff6d97e81340e3209ec46e675ec412112867.zip |
Rework GUIs (#108)
* Update dependencies.gradle
* Move mod id and name to the code
* New EEC gui
* Configuration buttons and tooltip delays
* a
* test
* Move EIG GUI to a new class
* Use the new inventory class in MApiary
* Update DynamicInventory.java
* Fix
* Inventory slots
* Update dependencies.gradle
* test
* MAapiary switchable screen + progress
* Recipe error results + fixes
* Remove commented code
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/assets/kubatech')
-rw-r--r-- | src/main/resources/assets/kubatech/lang/en_US.lang | 9 | ||||
-rw-r--r-- | src/main/resources/assets/kubatech/textures/gui/MobHandler.png | bin | 7548 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/kubatech/textures/gui/logo_13x15_dark.png | bin | 0 -> 10194 bytes | |||
-rw-r--r-- | src/main/resources/assets/kubatech/textures/gui/slot/gray_spawner.png | bin | 0 -> 3761 bytes | |||
-rw-r--r-- | src/main/resources/assets/kubatech/textures/gui/slot/gray_sword.png | bin | 0 -> 645 bytes |
5 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/kubatech/lang/en_US.lang b/src/main/resources/assets/kubatech/lang/en_US.lang index 774ab754b4..217d438ce0 100644 --- a/src/main/resources/assets/kubatech/lang/en_US.lang +++ b/src/main/resources/assets/kubatech/lang/en_US.lang @@ -26,6 +26,15 @@ kubatech.command.tea.success_set=Player %s now has %d Tea kubatech.command.tea.success_add=Player %s now has %d Tea kubatech.command.tea.usage=<username> get/set/add (<amount>) +#GUI +GT5U.gui.text.EEC_nospawner=No powered spawner! +GT5U.gui.text.EEC_invalidspawner=Invalid spawner! +GT5U.gui.text.EEC_peaceful=Inserted mob cannot spawn on peaceful mode! +GT5U.gui.text.MegaApiary_slotoverflow=Too much bees inside! +GT5U.gui.text.MegaApiary_noflowers=Missing flowers! +GT5U.gui.text.EIG_slotoverflow=Too much crops inside! +GT5U.gui.text.EIG_missingwater=No water! +GT5U.gui.text.EIG_ic2glass=Insufficient glass tier! #Blocks kubablock.tea_acceptor.name=§4§lTea Acceptor diff --git a/src/main/resources/assets/kubatech/textures/gui/MobHandler.png b/src/main/resources/assets/kubatech/textures/gui/MobHandler.png Binary files differdeleted file mode 100644 index 1cb2a616b3..0000000000 --- a/src/main/resources/assets/kubatech/textures/gui/MobHandler.png +++ /dev/null diff --git a/src/main/resources/assets/kubatech/textures/gui/logo_13x15_dark.png b/src/main/resources/assets/kubatech/textures/gui/logo_13x15_dark.png Binary files differnew file mode 100644 index 0000000000..53f69a0783 --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/gui/logo_13x15_dark.png diff --git a/src/main/resources/assets/kubatech/textures/gui/slot/gray_spawner.png b/src/main/resources/assets/kubatech/textures/gui/slot/gray_spawner.png Binary files differnew file mode 100644 index 0000000000..dc7d3ab49d --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/gui/slot/gray_spawner.png diff --git a/src/main/resources/assets/kubatech/textures/gui/slot/gray_sword.png b/src/main/resources/assets/kubatech/textures/gui/slot/gray_sword.png Binary files differnew file mode 100644 index 0000000000..3e3065c86c --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/gui/slot/gray_sword.png |