mod version

This commit is contained in:
2025-08-20 20:37:02 +02:00
parent 1ed722c299
commit 799d7075ac
24 changed files with 724 additions and 93 deletions

View File

@@ -0,0 +1,25 @@
{
"schemaVersion": 1,
"id": "fastghast",
"version": "${version}",
"name": "FastGhast",
"description": "",
"authors": [],
"contact": {},
"license": "MIT",
"icon": "assets/fastghast/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.kasetoatz.fastghast.Fastghast"
]
},
"mixins": [
"fastghast.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}