{ "schemaVersion": 1, "id": "reliccraft", "version": "${version}", "name": "${name}", "description": "Find magical relics throughout the world!", "authors": [ "TheBrokenRail" ], "contact": { "homepage": "https://thebrokenrail.com/", "sources": "https://gitea.thebrokenrail.com/TheBrokenRail/RelicCraft.git", "issues": "https://gitea.thebrokenrail.com/TheBrokenRail/RelicCraft/issues" }, "license": "MIT", "icon": "assets/reliccraft/textures/item/time_dilater.png", "environment": "*", "entrypoints": { "main": [ "com.thebrokenrail.reliccraft.RelicCraft" ], "client": [ "com.thebrokenrail.reliccraft.client.RelicCraftClient" ] }, "mixins": [ "reliccraft.mixins.json" ], "depends": { "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.15.x" } }