aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAlexey Krainev <xmrvizzy@ya.ru>2020-12-29 00:31:54 +0500
committerAlexey Krainev <xmrvizzy@ya.ru>2020-12-29 00:31:54 +0500
commit86f99ac522624f6e99f45bb252c51cc6935658e0 (patch)
tree91d07ea69005c63ec504950b67161a2f60f53c8c /src/main/resources
downloadSkyblocker-86f99ac522624f6e99f45bb252c51cc6935658e0.tar.gz
Skyblocker-86f99ac522624f6e99f45bb252c51cc6935658e0.tar.bz2
Skyblocker-86f99ac522624f6e99f45bb252c51cc6935658e0.zip
First release
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/icon.pngbin0 -> 979 bytes
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json19
-rw-r--r--src/main/resources/assets/skyblocker/lang/ru_ru.json19
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/icons.pngbin0 -> 1350 bytes
-rw-r--r--src/main/resources/fabric.mod.json34
-rw-r--r--src/main/resources/skyblocker.mixins.json12
6 files changed, 84 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/icon.png b/src/main/resources/assets/skyblocker/icon.png
new file mode 100644
index 00000000..fd06812a
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/icon.png
Binary files differ
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
new file mode 100644
index 00000000..cbd23bb1
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -0,0 +1,19 @@
+{
+ "text.autoconfig.skyblocker.title": "Skyblocker Settings",
+
+ "text.autoconfig.skyblocker.category.general": "General",
+ "text.autoconfig.skyblocker.option.general.apiKey": "Hypixel API Key",
+
+ "text.autoconfig.skyblocker.category.bars": "Bars",
+ "text.autoconfig.skyblocker.option.bars.enableBars": "Enable Health & Mana Bars",
+ "text.autoconfig.skyblocker.option.bars.enableAbsorption": "Enable Absorbed Health",
+ "text.autoconfig.skyblocker.option.bars.absorbedHealthColor": "Absorbed Health Color",
+ "text.autoconfig.skyblocker.option.bars.healthColor": "Health Color",
+ "text.autoconfig.skyblocker.option.bars.manaColor": "Mana Color",
+
+ "text.autoconfig.skyblocker.category.messages": "Messages",
+ "text.autoconfig.skyblocker.option.messages.hideAbility": "Hide Ability Cooldown",
+ "text.autoconfig.skyblocker.option.messages.hideHeal": "Hide Heal Messages",
+ "text.autoconfig.skyblocker.option.messages.hideAOTE": "Hide AOTE Messages",
+ "text.autoconfig.skyblocker.option.messages.hideMidasStaff": "Hide Midas Staff Messages"
+} \ No newline at end of file
diff --git a/src/main/resources/assets/skyblocker/lang/ru_ru.json b/src/main/resources/assets/skyblocker/lang/ru_ru.json
new file mode 100644
index 00000000..efb6b5d8
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/lang/ru_ru.json
@@ -0,0 +1,19 @@
+{
+ "text.autoconfig.skyblocker.title": "Настройки Skyblocker",
+
+ "text.autoconfig.skyblocker.category.general": "Основные",
+ "text.autoconfig.skyblocker.option.general.apiKey": "Hypixel API-ключ",
+
+ "text.autoconfig.skyblocker.category.bars": "Бары",
+ "text.autoconfig.skyblocker.option.bars.enableBars": "Включить бары здоровья и маны",
+ "text.autoconfig.skyblocker.option.bars.enableAbsorption": "Включить поглощенное здоровье",
+ "text.autoconfig.skyblocker.option.bars.absorbedHealthColor": "Цвет поглощенного здоровья",
+ "text.autoconfig.skyblocker.option.bars.healthColor": "Цвет здоровья",
+ "text.autoconfig.skyblocker.option.bars.manaColor": "Цвет маны",
+
+ "text.autoconfig.skyblocker.category.messages": "Сообщения",
+ "text.autoconfig.skyblocker.option.messages.hideAbility": "Скрыть откат способностей",
+ "text.autoconfig.skyblocker.option.messages.hideHeal": "Скрыть сообщения об исцелении",
+ "text.autoconfig.skyblocker.option.messages.hideAOTE": "Скрыть сообщения от \"AOTE\"",
+ "text.autoconfig.skyblocker.option.messages.hideMidasStaff": "Скрыть сообщения от \"Midas Staff\""
+} \ No newline at end of file
diff --git a/src/main/resources/assets/skyblocker/textures/gui/icons.png b/src/main/resources/assets/skyblocker/textures/gui/icons.png
new file mode 100644
index 00000000..5eb23b84
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/icons.png
Binary files differ
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 00000000..8f178ef9
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,34 @@
+{
+ "schemaVersion": 1,
+ "id": "skyblocker",
+ "version": "${version}",
+ "name": "Skyblocker",
+ "description": "Hypixel Skyblock Mod",
+ "authors": ["xMrVizzy"],
+ "contact": {
+ "homepage": "https://modrinth.com/mod/skyblocker"
+ },
+ "license": "CC0-1.0",
+ "icon": "assets/skyblocker/icon.png",
+ "environment": "*",
+ "entrypoints": {
+ "client": [
+ "me.xmrvizzy.skyblocker.SkyblockerMod"
+ ],
+ "modmenu": [
+ "me.xmrvizzy.skyblocker.config.modmenu.ModMenuEntry"
+ ]
+ },
+ "mixins": [
+ "skyblocker.mixins.json"
+ ],
+ "depends": {
+ "fabricloader": ">=0.7.4",
+ "fabric": "*"
+ },
+ "custom": {
+ "modmenu:clientsideOnly": true,
+ "stopmodreposts:showToast": true,
+ "stopmodreposts:showButton": true
+ }
+}
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
new file mode 100644
index 00000000..551bb924
--- /dev/null
+++ b/src/main/resources/skyblocker.mixins.json
@@ -0,0 +1,12 @@
+{
+ "required": true,
+ "package": "me.xmrvizzy.skyblocker.mixin",
+ "compatibilityLevel": "JAVA_8",
+ "client": [
+ "InGameHudMixin",
+ "ChatHudListenerMixin"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
+} \ No newline at end of file