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
Raw Normal View History

2020-07-13 20:37:21 +00:00
{
"schemaVersion": 1,
"id": "energonrelics",
"version": "${version}",
"name": "EnergonRelics",
2020-08-06 16:58:17 +00:00
"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.",
2020-07-13 20:37:21 +00:00
"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",
2020-07-14 01:52:08 +00:00
"icon": "assets/energonrelics/icon.png",
2020-07-13 20:37:21 +00:00
"environment": "*",
"entrypoints": {
"main": [
"com.thebrokenrail.energonrelics.EnergonRelics"
],
"client": [
"com.thebrokenrail.energonrelics.client.EnergonRelicsClient"
],
"modmenu": [
"com.thebrokenrail.energonrelics.client.ModMenu"
2020-07-30 19:49:18 +00:00
],
"rei_plugins": [
"com.thebrokenrail.energonrelics.client.rei.EnergonRelicsPlugin"
2020-07-13 20:37:21 +00:00
]
},
"mixins": [
"energonrelics.mixins.json"
],
2020-08-01 23:28:24 +00:00
"accessWidener" : "energonrelics.accesswidener",
2020-07-13 20:37:21 +00:00
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
},
"custom": {
"modupdater": {
"strategy": "curseforge",
2020-07-26 23:20:05 +00:00
"projectID": 398250
2020-07-13 20:37:21 +00:00
}
}
}