diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2022-09-06 20:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 20:04:00 +0200 |
commit | 43f4bbff079f154f5e9c59b376bd00367fa97d2a (patch) | |
tree | 04b1c72af3e0da96d9d69b52e45b45fbf8c17901 /src/main/resources | |
parent | 04ca5236e3b7f22a7c43adb81594e3be571136ba (diff) | |
parent | e4ea91d02dbdda535bc883e65919c8e90f93daf7 (diff) | |
download | Skyblocker-43f4bbff079f154f5e9c59b376bd00367fa97d2a.tar.gz Skyblocker-43f4bbff079f154f5e9c59b376bd00367fa97d2a.tar.bz2 Skyblocker-43f4bbff079f154f5e9c59b376bd00367fa97d2a.zip |
Merge pull request #80 from Username404-59/1.19.x
1.19.1 update
Diffstat (limited to 'src/main/resources')
-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 74af29cf..6e9858b1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabricloader": ">=0.14.6", "fabric": "*", "cloth-config2": "*", - "minecraft": ["1.19.x"] + "minecraft": [">=1.19.1"] }, "custom": { "modmenu": { |