diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-11 15:46:20 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2024-07-11 15:46:20 -0400 |
commit | f2f50f2a956cada6c619f8efd46fc0ed9a830a16 (patch) | |
tree | d1802250883a43627d25ab91c072f3a16b322b9b /src/main/resources/fabric.mod.json | |
parent | 3caaa395220adead54394aa7183087bbef4f0d1e (diff) | |
download | Skyblocker-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/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
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" }, |