basic setup
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
Jottyfan
2025-07-26 11:03:14 +02:00
parent 831f7c2f32
commit ece0a26629
3 changed files with 17 additions and 14 deletions

View File

@@ -3,20 +3,23 @@
"id": "gtamfmd",
"version": "${version}",
"name": "gtamfmd",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "An exmaple mod for the Minecraf Fabric Mod Development GTA",
"authors": [
"Me!"
"Jotty"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://git.jottyfan.de/GTA_Minecraft_Fabric_Mod_Development",
"sources": "https://git.jottyfan.de/GTA_Minecraft_Fabric_Mod_Development/GTAMFMD"
},
"license": "CC0-1.0",
"license": "AGPL-3",
"icon": "assets/gtamfmd/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"de.jottyfan.minecraft.Gtamfmd"
],
"client": [
"de.jottyfan.minecraft.GtamfmdClient"
]
},
"mixins": [