diff options
| author | plutorocks <> | 2026-02-26 18:54:39 -0500 |
|---|---|---|
| committer | plutorocks <> | 2026-02-26 18:54:39 -0500 |
| commit | 9c029b9b4b939e4531dcf4826f8aa9838766128a (patch) | |
| tree | a4997cbb877e8af5e18a091e5f8a9786d98984d6 /src/main/resources/fabric.mod.json | |
| parent | 8b123f240f098b24f8e348f1f36ab3eb72599176 (diff) | |
fix version #1.21.8
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 04ee800..69e0bea 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ ], "depends": { "fabricloader": ">=0.18.4", - "minecraft": "~1.21.4", + "minecraft": "~1.21.8", "java": ">=21", "fabric-api": "*" } |
