cosmetic fixes

This commit is contained in:
missingbinary
2021-12-12 18:23:44 -04:00
parent 6da8038056
commit 2587a6a79e
121 changed files with 4763 additions and 2697 deletions

View File

@@ -0,0 +1,38 @@
{
"schemaVersion": 1,
"id": "aspects",
"version": "1.0.0",
"name": "Aspects",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
"Fishplex"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.fabricmc.fishplex.Aspects"
]
},
"mixins": [
"aspects.mixins.json"
],
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}