diff options
Diffstat (limited to 'defaults/src')
-rw-r--r-- | defaults/src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/src/main/resources/fabric.mod.json b/defaults/src/main/resources/fabric.mod.json index 032c31b..d8522aa 100644 --- a/defaults/src/main/resources/fabric.mod.json +++ b/defaults/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "citresewn-defaults", - "version": "${version}", + "version": "${mod_version}", "name": "CIT Resewn: Defaults", "description": "Default types and conditions for CIT Resewn", "authors": [ @@ -28,7 +28,7 @@ } }, "depends": { - "citresewn": "${version}" + "citresewn": "${mod_version}" }, "conflicts": { "eatinganimationid": "<1.9" |