diff options
author | SHsuperCM <shsupercm@gmail.com> | 2023-01-02 14:50:26 +0200 |
---|---|---|
committer | SHsuperCM <shsupercm@gmail.com> | 2023-01-02 14:50:26 +0200 |
commit | 7db6786ff1a300ef90265486add9b7f921959414 (patch) | |
tree | 59aa3863ad18921c0f876cbce92fa55a942124fd | |
parent | 8f3f1ac7189b79e147f6fb367ad9b3d87e6918d2 (diff) | |
download | CITResewn-7db6786ff1a300ef90265486add9b7f921959414.tar.gz CITResewn-7db6786ff1a300ef90265486add9b7f921959414.tar.bz2 CITResewn-7db6786ff1a300ef90265486add9b7f921959414.zip |
Updated minecraft dependency to 1.19.3-<1.20.0
Will shout at the user if they use this version with 1.19/.1/.2
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0822b80..66bd512 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabric": "*", "fabricloader": "*", - "minecraft": "1.19.x" + "minecraft": "~1.19.3" }, "recommends": { "modmenu": "*", |