diff options
| author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-12-15 16:53:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-15 16:53:12 +0100 |
| commit | 8a581938862a4d612f510a8afed88727a34c3916 (patch) | |
| tree | 0307ca87f3c06bbeda6d699aabbc2247b6f38efb /src/main/resources | |
| parent | 24a9953b153529191c855af0ae2d10f35844095f (diff) | |
| download | GT5-Unofficial-8a581938862a4d612f510a8afed88727a34c3916.tar.gz GT5-Unofficial-8a581938862a4d612f510a8afed88727a34c3916.tar.bz2 GT5-Unofficial-8a581938862a4d612f510a8afed88727a34c3916.zip | |
MODULAR UI (#34)
* MODULAR UUUUUUUUIIIIIIIIIII
* Tea
* Add recipe to ULTIMATE TEA
* Stupid MT Scripts. I hate it
* Yeet
* More TEA
* Add blocks
* More Modular UIs
* Textures
* Fix custom UI containers
* Texture, tooltip
* UI with tabs
* ButtonWidget
* fix
* Fix
* Texture
* Color is fixed
* More UI work
* Modular UI is hard dependency now
* Spotless
* Simplify
* Format numbers
* A
* Update TeaAcceptorTile.java
* Shadow is fixed, lets gooooo
* hardness
* Mixins mixins mixins
* Tab icons
* Fix crash
* Shop concept
* Bump ModularUI
* Bump Modular UI
* Nooooooooooo
* GREY -> GRAY
* Bump ModularUI
* Bump GT5
* EEC with MUI test
* Include incomplete structure
* REFLECTIONS !!
* Just use slot filter
* Update pos when needed
* Update GT_MetaTileEntity_ExtremeExterminationChamber.java
* Spawner status
* Nice toggle button
* Send messages
* Next toggle button
* Start work on IAADDS
* Scrollable inventory test
* Draw queen slots
* Fix
* Update dependencies.gradle
* Use sync widget
* Add button to enable/disable working
* Configuration in Mega Apiary
* Refactor a bit
* Update ModularUI
* Bump ModularUI
* Bump GT5
* Fix build
* Update dependencies.gradle
* Update build.gradle
* Update dependencies.gradle
* spotless
* Begin working on configuration window
* Update dependencies.gradle
* Deprecated
* Update dependencies.gradle
* Optimize bee storage rendering (2 fps -> 100 fps)
* Make Mega Apiary storage GUI usable
* Configuration window looks ok
* Color is fixed
* TC research
* Disable for now
* Finish tea command
* ok
* Fix
* Update en_US.lang
* ZzZ
* Stuff changed
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/kubatech/lang/en_US.lang | 18 | ||||
| -rw-r--r-- | src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png | bin | 0 -> 9957 bytes | |||
| -rw-r--r-- | src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png.mcmeta | 5 | ||||
| -rw-r--r-- | src/main/resources/assets/kubatech/textures/items/research_note.png | bin | 0 -> 9260 bytes | |||
| -rw-r--r-- | src/main/resources/assets/kubatech/textures/items/research_note.png.mcmeta | 5 |
5 files changed, 28 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 46cb8b798b..8a486e2c8e 100644 --- a/src/main/resources/assets/kubatech/lang/en_US.lang +++ b/src/main/resources/assets/kubatech/lang/en_US.lang @@ -28,6 +28,17 @@ command.config.invalid_option=§cInvalid option ! Possible options: reload command.config.success=§aConfig reloaded successfully ! command.config.usage=<option> +command.tea.invalid_option=§cInvalid usage ! +command.tea.player_not_found=§cPlayer not found ! +command.tea.success_get=Player %s has %d Tea +command.tea.success_set=Player %s now has %d Tea +command.tea.success_add=Player %s now has %d Tea +command.tea.usage=<username> get/set/add (<amount>) + + +#Blocks +kubablock.tea_acceptor.name=§4§lTea Acceptor + #Items kubaitem.fromcollection=This item is from kubaitem.notyours=It looks like that item is not yours @@ -74,6 +85,8 @@ kubaitem.teacollection.white_tea.name=§e§lKuba's White Tea kubaitem.teacollection.yellow_tea.name=§6§lKuba's Yellow Tea kubaitem.teacollection.ultimate_tea.name=§6§lKuba's %s §6§lTea +kubaitem.tea_acceptor_research_note.name=Tea Acceptor Research Note + #Achievements achievement.teacollection.black_tea=§6§lKuba's Black Tea achievement.teacollection.butterfly_tea=§1§lKuba's Butterfly Pea Tea @@ -102,3 +115,8 @@ achievement.teacollection.red_tea.desc=§cWhy would anyone drink this ? achievement.teacollection.white_tea.desc=§eThe healthiest one achievement.teacollection.yellow_tea.desc=§6Green Tea with more grassy flavour achievement.teacollection.ultimate_tea.desc=§4§lOne Tea to drink them all + +#Thaumcraft +tc.research_name.KT_UltimateTea=%s §6§lTea +tc.research_text.KT_UltimateTea=§4§lPure power +KT.research.ultimatetea=You have found a way to convert all this Tea into pure power creating the %s §6§lTea diff --git a/src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png b/src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png Binary files differnew file mode 100644 index 0000000000..11766b0b7c --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png diff --git a/src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png.mcmeta b/src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png.mcmeta new file mode 100644 index 0000000000..60af678259 --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/blocks/tea_acceptor.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":4 + } +}
\ No newline at end of file diff --git a/src/main/resources/assets/kubatech/textures/items/research_note.png b/src/main/resources/assets/kubatech/textures/items/research_note.png Binary files differnew file mode 100644 index 0000000000..5e8726a0b2 --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/items/research_note.png diff --git a/src/main/resources/assets/kubatech/textures/items/research_note.png.mcmeta b/src/main/resources/assets/kubatech/textures/items/research_note.png.mcmeta new file mode 100644 index 0000000000..60af678259 --- /dev/null +++ b/src/main/resources/assets/kubatech/textures/items/research_note.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":4 + } +}
\ No newline at end of file |
