dacl dependency & translation support

This commit is contained in:
2025-11-07 17:46:57 +01:00
parent 76ed28afeb
commit 7f478b9ad6
8 changed files with 36 additions and 85 deletions

View File

@@ -19,7 +19,7 @@
"com.kasetoatz.fastghast.Fastghast"
],
"modmenu": [
"com.kasetoatz.fastghast.Fastghast"
"com.kasetoatz.fastghast.config.Config"
]
},
"mixins": [
@@ -28,6 +28,7 @@
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": "${minecraft_version}",
"dacl": ">=${dacl_version}"
}
}