fix hud bug, update to 1.21.1

This commit is contained in:
kawaiizenbo 2024-08-27 19:00:37 -07:00
parent 253ee1d5be
commit 00e91b98aa
4 changed files with 12 additions and 13 deletions

View file

@ -1,8 +1,7 @@
{
"schemaVersion": 1,
"id": "moonlight",
"version": "v0.2.0",
"version": "v0.2.1",
"name": "Moonlight Meadows",
"description": "Utility mod with a focus on stability.",
"authors": [
@ -29,9 +28,9 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"fabricloader": ">=0.16.3",
"fabric-api": "*",
"minecraft": "~1.21",
"minecraft": "~1.21.1",
"java": ">=21"
}
}