{ "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" } }