aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/dulkirmod-fabric.mixins.json1
-rw-r--r--src/main/resources/fabric.mod.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/dulkirmod-fabric.mixins.json b/src/main/resources/dulkirmod-fabric.mixins.json
index 3bd03a1..dc450d3 100644
--- a/src/main/resources/dulkirmod-fabric.mixins.json
+++ b/src/main/resources/dulkirmod-fabric.mixins.json
@@ -8,6 +8,7 @@
"client": [
"render.GameMenuScreenMixin",
"render.GameRendererMixin",
+ "io.HandledScreenMixin",
"render.ScreenMixin"
]
} \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index e9fb65d..070d281 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -28,9 +28,9 @@
],
"depends": {
"fabricloader": ">=0.14.21",
- "minecraft": "~1.19.4",
+ "minecraft": "~1.20",
"java": ">=17",
- "fabric-api": "*",
+ "fabric-api": "0.83.0+1.20",
"fabric-language-kotlin": ">=1.8.21"
},
"suggests": {