imported from generated project

This commit is contained in:
Jottyfan
2025-07-26 10:23:59 +02:00
parent 17b5bf4c22
commit 831f7c2f32
15 changed files with 615 additions and 40 deletions

View File

@@ -0,0 +1,34 @@
{
"schemaVersion": 1,
"id": "gtamfmd",
"version": "${version}",
"name": "gtamfmd",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
"Me!"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/gtamfmd/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"de.jottyfan.minecraft.Gtamfmd"
]
},
"mixins": [
"gtamfmd.mixins.json"
],
"depends": {
"fabricloader": ">=0.16.14",
"minecraft": "~1.21.8",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}