1 Commits

Author SHA1 Message Date
0ee3031742 Updated fabric.mod.json
Some checks failed
build / build (push) Has been cancelled
2025-03-18 14:27:17 +01:00

View File

@ -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": "*"
} }
} }