diff options
author | Alexey Krainev <xmrvizzy@ya.ru> | 2021-01-30 06:27:29 +0500 |
---|---|---|
committer | Alexey Krainev <xmrvizzy@ya.ru> | 2021-01-30 06:27:29 +0500 |
commit | c26890daab1b6ccf5ac9b6c5c52f4127fc1fc891 (patch) | |
tree | 2450cc98f551b92440ae91593b36f951908c2744 /src/main/resources | |
parent | b851d1148c19e6daf51ed5228491777f26040442 (diff) | |
download | Skyblocker-c26890daab1b6ccf5ac9b6c5c52f4127fc1fc891.tar.gz Skyblocker-c26890daab1b6ccf5ac9b6c5c52f4127fc1fc891.tar.bz2 Skyblocker-c26890daab1b6ccf5ac9b6c5c52f4127fc1fc891.zip |
v1.0.4
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 7 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/ru_ru.json | 7 | ||||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/bars.png | bin | 0 -> 1212 bytes | |||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/icons.png | bin | 1350 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/slot_lock.png | bin | 0 -> 1187 bytes | |||
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 3 |
6 files changed, 11 insertions, 6 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 1d5a8367..590057a2 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -1,12 +1,13 @@ { + "key.categories.skyblocker": "Skyblocker", + "key.hotbarSlotLock": "Slot Lock (Hotbar)", + "text.autoconfig.skyblocker.title": "Skyblocker Settings", "text.autoconfig.skyblocker.category.general": "General", "text.autoconfig.skyblocker.option.general.apiKey": "Hypixel API Key (WIP)", - "text.autoconfig.skyblocker.option.general.bars": "Health & Mana Bars", + "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars", "text.autoconfig.skyblocker.option.general.bars.enableBars": "Enable Bars", - "text.autoconfig.skyblocker.option.general.bars.healthColor": "Health Color", - "text.autoconfig.skyblocker.option.general.bars.manaColor": "Mana Color", "text.autoconfig.skyblocker.category.locations": "Locations", "text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons", diff --git a/src/main/resources/assets/skyblocker/lang/ru_ru.json b/src/main/resources/assets/skyblocker/lang/ru_ru.json index c3bed00e..0564ed32 100644 --- a/src/main/resources/assets/skyblocker/lang/ru_ru.json +++ b/src/main/resources/assets/skyblocker/lang/ru_ru.json @@ -1,12 +1,13 @@ { + "key.categories.skyblocker": "Skyblocker", + "key.hotbarSlotLock": "Блокировка слота (хотбар)", + "text.autoconfig.skyblocker.title": "Настройки Skyblocker", "text.autoconfig.skyblocker.category.general": "Основные", "text.autoconfig.skyblocker.option.general.apiKey": "Hypixel API-ключ (В РАЗРАБОТКЕ)", - "text.autoconfig.skyblocker.option.general.bars": "Бары здоровья и маны", + "text.autoconfig.skyblocker.option.general.bars": "Бары здоровья, маны, защиты, опыта", "text.autoconfig.skyblocker.option.general.bars.enableBars": "Включить бары", - "text.autoconfig.skyblocker.option.general.bars.healthColor": "Цвет здоровья", - "text.autoconfig.skyblocker.option.general.bars.manaColor": "Цвет маны", "text.autoconfig.skyblocker.category.locations": "Локации", "text.autoconfig.skyblocker.option.locations.dungeons": "Подземелья", diff --git a/src/main/resources/assets/skyblocker/textures/gui/bars.png b/src/main/resources/assets/skyblocker/textures/gui/bars.png Binary files differnew file mode 100644 index 00000000..0b700024 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/bars.png diff --git a/src/main/resources/assets/skyblocker/textures/gui/icons.png b/src/main/resources/assets/skyblocker/textures/gui/icons.png Binary files differdeleted file mode 100644 index 5eb23b84..00000000 --- a/src/main/resources/assets/skyblocker/textures/gui/icons.png +++ /dev/null diff --git a/src/main/resources/assets/skyblocker/textures/gui/slot_lock.png b/src/main/resources/assets/skyblocker/textures/gui/slot_lock.png Binary files differnew file mode 100644 index 00000000..98b4c65a --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/slot_lock.png diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index 8b6d3cbd..3e904f73 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -4,6 +4,9 @@ "compatibilityLevel": "JAVA_8", "client": [ "ChatHudListenerMixin", + "ChatScreenMixin", + "ClientPlayerEntityMixin", + "ClientPlayNetworkHandlerMixin", "InGameHudMixin", "ItemRendererMixin", "MinecraftClientMixin" |