aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index acaa6d8..f7bc1dc 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "citresewn",
- "version": "${version}",
+ "version": "${mod_version}",
"name": "CIT Resewn",
"description": "Re-implements MCPatcher's CIT",
"authors": [
@@ -23,7 +23,7 @@
"depends": {
"fabric": "*",
"fabricloader": "*",
- "minecraft": "~1.20"
+ "minecraft": "${mod_target_mc}"
},
"recommends": {
"modmenu": "*",