aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2023-03-29 23:25:32 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2023-03-29 23:25:32 -0700
commit493c9ea85669c15d5ac836908f0b9fc6a3c78d68 (patch)
treea7d7ec929fd41e1a94cc164918aa4bc7ab6f632c /src/main/resources
parent81ee44c7b9297e24cf7b3e8be3452d06d4d7a7ac (diff)
downloadIceberg-493c9ea85669c15d5ac836908f0b9fc6a3c78d68.tar.gz
Iceberg-493c9ea85669c15d5ac836908f0b9fc6a3c78d68.tar.bz2
Iceberg-493c9ea85669c15d5ac836908f0b9fc6a3c78d68.zip
Updated dependency version requirements.
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 8cd7444..f88b402 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -30,9 +30,12 @@
"depends": {
"fabricloader": ">=0.12.8",
"fabric": "*",
- "minecraft": "~1.19.3",
+ "minecraft": "1.19.3",
"java": ">=17"
},
+ "suggests": {
+ "sodium": "<=0.4.9"
+ },
"custom": {
"modupdater": {
"strategy": "curseforge",