This commit is contained in:
@ -3,13 +3,13 @@
|
|||||||
"id": "survivalfabric",
|
"id": "survivalfabric",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"name": "SurvivalFabric",
|
"name": "SurvivalFabric",
|
||||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
"description": "Adds a few QOL features to your Survival!",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Me!"
|
"AlwaysHAK"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://fabricmc.net/",
|
"homepage": "https://hak.wtf",
|
||||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
"sources": "https://git.hak.wtf/hkuijlman/SurvivalFabric"
|
||||||
},
|
},
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"icon": "assets/survivalfabric/icon.png",
|
"icon": "assets/survivalfabric/icon.png",
|
||||||
@ -32,6 +32,6 @@
|
|||||||
"fabric-api": "*"
|
"fabric-api": "*"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"another-mod": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user