aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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": {