diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-16 21:07:06 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-03-16 21:07:06 +0100 |
| commit | 411484a33f6fa407de332ec9eddf8ecb65ee078c (patch) | |
| tree | 4e4d64fb1c8de84aa1d99036204e762f99a92199 /src/main/resources/fabric.mod.json | |
| parent | 28e2e6e284445f72514be092855285fd8291cbb5 (diff) | |
feat(): support java 1.21.11
Diffstat (limited to 'src/main/resources/fabric.mod.json')
| -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 81d7829..09a65fe 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ ], "depends": { "fabricloader": ">=${loader_version}", - "fabric": "*", + "fabric-api": "*", "minecraft": "${minecraft_version}" } } |
