aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-03-29 18:24:16 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-03-29 18:24:16 -0400
commit58e8133079d1969b511643dcac32f91f59821c33 (patch)
treeb50d33e3bd66bafc9611c2a38f6a4847a87f547f
parent0ee6d4f87e76c2da00002043968c860fec30be85 (diff)
downloadSkyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.gz
Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.bz2
Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.zip
Fix & require some recent versions of dependencies
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties4
-rw-r--r--src/main/resources/fabric.mod.json6
3 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index d5a326c9..78e62bd9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -55,7 +55,7 @@ dependencies {
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
- modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
+ modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
// https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit used pull data from the NEU item repo
include(implementation("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r"))
diff --git a/gradle.properties b/gradle.properties
index 6e34d59d..139c0e46 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,8 +7,8 @@ yarn_mappings=1.19.4+build.1
loader_version=0.14.18
#Fabric api
-## 1.19.3
-fabric_version=0.76.0+1.19.4
+## 1.19.4
+fabric_api_version=0.76.0+1.19.4
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5f5a7de4..85029346 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -26,10 +26,10 @@
"skyblocker.mixins.json"
],
"depends": {
- "fabricloader": ">=0.14.6",
- "fabric": "*",
+ "fabricloader": ">=0.14.17",
+ "fabric-api": ">=0.76.0+1.19.4",
"cloth-config2": "*",
- "minecraft": ["1.19.4"]
+ "minecraft": ">=1.19.4"
},
"custom": {
"modmenu": {