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

47 lines
1.5 KiB
JSON

{
"schemaVersion": 1,
"id": "energonrelics",
"version": "${version}",
"name": "EnergonRelics",
"description": "This is a simple technology mod tht adds a wireless energy system. It also add several blocks and item sto interact with and manipulate the energy system such as Solar Panels and Block Breakers.",
"authors": [
"TheBrokenRail"
],
"contact": {
"homepage": "https://thebrokenrail.com/",
"sources": "https://gitea.thebrokenrail.com/TheBrokenRail/EnergonRelics.git",
"issues": "https://gitea.thebrokenrail.com/TheBrokenRail/EnergonRelics/issues"
},
"license": "MIT",
"icon": "assets/energonrelics/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.thebrokenrail.energonrelics.EnergonRelics"
],
"client": [
"com.thebrokenrail.energonrelics.client.EnergonRelicsClient"
],
"modmenu": [
"com.thebrokenrail.energonrelics.client.ModMenu"
],
"rei_plugins": [
"com.thebrokenrail.energonrelics.client.rei.EnergonRelicsPlugin"
]
},
"mixins": [
"energonrelics.mixins.json"
],
"accessWidener" : "energonrelics.accesswidener",
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"custom": {
"modupdater": {
"strategy": "curseforge",
"projectID": 398250
}
}
}