This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/src/main/resources/fabric.mod.json

38 lines
1016 B
JSON

{
"schemaVersion": 1,
"id": "sorcerycraft",
"version": "${version}",
"name": "${name}",
"description": "Cast Spells in Minecraft!",
"authors": [
"TheBrokenRail"
],
"contact": {
"homepage": "https://thebrokenrail.com/",
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft.git",
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/SorceryCraft/issues"
},
"license": "MIT",
"icon": "assets/sorcerycraft/textures/item/spell.png",
"environment": "*",
"entrypoints": {
"main": [
"com.thebrokenrail.sorcerycraft.SorceryCraft"
],
"client": [
"com.thebrokenrail.sorcerycraft.SorceryCraft"
],
"modmenu": [
"com.thebrokenrail.sorcerycraft.client.ModMenu"
]
},
"mixins": [
"sorcerycraft.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
}
}