aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-08-24 13:12:35 +0200
committerLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-08-24 13:12:35 +0200
commitad40e1586da1f3e07bea69374bc2676b090684dc (patch)
tree8e7a8347f23a48b28200ad6a55aaf285ca3e7c25 /src/main/resources
parent76edb1383443febce58a62e04113d782494cca67 (diff)
downloadSkyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.gz
Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.bz2
Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.zip
Update to 1.17
This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json1
-rw-r--r--src/main/resources/fabric.mod.json16
-rw-r--r--src/main/resources/skyblocker.mixins.json5
3 files changed, 13 insertions, 9 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 590057a2..b716764b 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -15,6 +15,7 @@
"text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Solve Three Weirdos Puzzle",
"text.autoconfig.skyblocker.option.locations.dwarvenMines": "Dwarven Mines",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Enable Drill Fuel",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Solve Fetchur",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Solve Puzzler Puzzle",
"text.autoconfig.skyblocker.category.messages": "Messages",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 53050b9e..fd452708 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -2,11 +2,13 @@
"schemaVersion": 1,
"id": "skyblocker",
"version": "${version}",
- "name": "Skyblocker",
+ "name": "Skyblocker LIAP",
"description": "Hypixel Skyblock Mod",
- "authors": ["xMrVizzy"],
+ "authors": ["xMrVizzy, d3dx9, LifeIsAParadox"],
"contact": {
- "homepage": "https://modrinth.com/mod/skyblocker"
+ "homepage": "https://modrinth.com/mod/skyblocker",
+ "sources": "https://github.com/LifeIsAParadox/Skyblocker",
+ "issues": "https://github.com/LifeIsAParadox/Skyblocker/issues"
},
"license": "CC0-1.0",
"icon": "assets/skyblocker/icon.png",
@@ -23,10 +25,12 @@
"skyblocker.mixins.json"
],
"depends": {
- "fabricloader": ">=0.7.4",
- "fabric": "*"
+ "fabricloader": ">=0.11.3",
+ "fabric": "*",
+ "cloth-config2": "*",
+ "minecraft": "1.17.x",
+ "java": ">=16"
},
"custom": {
- "modmenu:clientsideOnly": true
}
}
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 4a7691a7..9664f9e4 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -1,15 +1,14 @@
{
"required": true,
"package": "me.xmrvizzy.skyblocker.mixin",
- "compatibilityLevel": "JAVA_8",
+ "compatibilityLevel": "JAVA_16",
"client": [
"ChatHudListenerMixin",
- "ChatScreenMixin",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"InGameHudMixin",
"ItemRendererMixin",
- "MinecraftClientMixin",
+ "MinecraftClientMixin"
],
"injectors": {