basic setup
This commit is contained in:
@ -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": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user