diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2023-07-02 01:32:49 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2023-07-02 01:32:49 -0300 |
commit | 12048dc1a1cf01f8a0f37ced83af78b57a35b4cd (patch) | |
tree | ec521c2f2f4694ffa35012518fcec9c7b1fca002 /src/main/resources | |
parent | e9fda053b04038c772d7fc0010f6c10557e0d83e (diff) |
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ba566da..82f2c26 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,10 +33,10 @@ ], "depends": { - "trinkets": "~3.4", + "trinkets": "~3.7", "fabricloader": ">=0.14.6", "fabric": "*", - "minecraft": "~1.19", + "minecraft": "~1.20", "java": ">=17" }, |