Add Fabric 1.21.8 support

This commit is contained in:
ReuS 2025-08-03 09:34:35 +11:00
parent 8adfcbb6e0
commit 681f7d69aa

View file

@ -29,6 +29,6 @@
"depends": { "depends": {
"fabricloader": ">=0.16.9", "fabricloader": ">=0.16.9",
"fabric": ">=0.108.0", "fabric": ">=0.108.0",
"minecraft": ["1.21.6","1.21.7"] "minecraft": ["1.21.6","1.21.7", "1.21.8"]
} }
} }