basic setup

This commit is contained in:
Jottyfan
2024-11-14 01:07:20 +01:00
parent 8e0bba5033
commit 24b6e27e17
4 changed files with 36 additions and 14 deletions

View File

@ -3,15 +3,15 @@
"id": "quickiemod",
"version": "${version}",
"name": "Quickiemod",
"description": "This is an example description! Tell everyone what your mod is about!",
"description": "Speed up daily work in Minecraft.",
"authors": [
"Me!"
"jottyfan"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://gitlab.com/jottyfan/quickiemod/",
"sources": "https://gitlab.com/jottyfan/quickiemod/"
},
"license": "CC0-1.0",
"license": "see license file",
"icon": "assets/quickiemod/icon.png",
"environment": "*",
"entrypoints": {
@ -20,6 +20,9 @@
],
"fabric-datagen": [
"de.jottyfan.quickiemod.QuickiemodDataGenerator"
],
"client": [
"de.jottyfan.quickiemod.QuickiemodClient"
]
},
"mixins": [
@ -34,4 +37,4 @@
"suggests": {
"another-mod": "*"
}
}
}