@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user