aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-07-11 15:46:20 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-07-11 15:46:20 -0400
commitf2f50f2a956cada6c619f8efd46fc0ed9a830a16 (patch)
treed1802250883a43627d25ab91c072f3a16b322b9b /src/main/resources
parent3caaa395220adead54394aa7183087bbef4f0d1e (diff)
downloadSkyblocker-f2f50f2a956cada6c619f8efd46fc0ed9a830a16.tar.gz
Skyblocker-f2f50f2a956cada6c619f8efd46fc0ed9a830a16.tar.bz2
Skyblocker-f2f50f2a956cada6c619f8efd46fc0ed9a830a16.zip
HM API 1.0.0 Release
I went back to the "traditional" repository declaration because Gradle apparently doesn't allow two repositories in the forRepository thing
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 93e2bd6a..1361c00a 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -36,7 +36,7 @@
"fabricloader": ">=0.15.11",
"fabric-api": ">=0.100.1+1.21",
"yet_another_config_lib_v3": ">=3.5.0+1.21",
- "hm-api": ">=1.0.0-alpha.10+1.21",
+ "hm-api": ">=1.0.0+1.21",
"minecraft": "~1.21",
"java": ">=21"
},