Files
Aspects-Celestia-Compat/src/main/resources/fabric.mod.json
AbyssDweller 8b9bb40744 1.20.x Update
2023-10-29 16:20:50 -04:00

41 lines
802 B
JSON

{
"schemaVersion": 1,
"id": "aspects",
"version": "${version}",
"name": "Aspects",
"description": "An element-based Origins addon for the Fabric modloader.",
"authors": [
"Fishplex"
],
"contact": {
"homepage": "https://github.com/Fishplex/Aspects",
"sources": "https://github.com/Fishplex/Aspects",
"issues": "https://github.com/Fishplex/Aspects/issues"
},
"license": "CC0-1.0",
"icon": "assets/aspects/textures/item/anemo_feather.png",
"environment": "*",
"entrypoints": {
"main": [
"net.fabricmc.fishplex.Aspects"
]
},
"mixins": [
"aspects.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.9",
"fabric": "*",
"minecraft": ">=1.20",
"java": ">=17",
"extrakeybinds":"*",
"origins": ">=1.10.0"
}
}