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.
RelicCraft/src/main/resources/fabric.mod.json

35 lines
942 B
JSON

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