diff options
author | NotNite <hi@notnite.com> | 2024-02-15 22:09:15 -0500 |
---|---|---|
committer | NotNite <hi@notnite.com> | 2024-02-15 22:09:15 -0500 |
commit | 40c0e869ad1edd5524b409d50d8733003c4d0c31 (patch) | |
tree | 74af1fded8b56fad2a6243af12d2d676732b1002 /src/main/resources | |
parent | 4cbe83614ad0d035c1d0ce11385335cec63a0ed8 (diff) | |
download | gloppers-40c0e869ad1edd5524b409d50d8733003c4d0c31.tar.gz gloppers-40c0e869ad1edd5524b409d50d8733003c4d0c31.tar.bz2 gloppers-40c0e869ad1edd5524b409d50d8733003c4d0c31.zip |
1.0.2
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index eebc2a7..b75428f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,8 +19,6 @@ "depends": { "fabricloader": ">=0.14.19", "minecraft": "~1.20", - "java": ">=17", - "fabric-api": "*", - "fabric-language-kotlin": ">=1.8.22" + "java": ">=17" } } |