TheBrokenRail
29ea925306
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Add PoeticRainbow Texture Set
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "energonrelics",
|
|
"version": "${version}",
|
|
"name": "EnergonRelics",
|
|
"description": "TBD",
|
|
"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"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"energonrelics.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.7.4",
|
|
"fabric": "*",
|
|
"minecraft": "1.16.x"
|
|
},
|
|
"custom": {
|
|
"modupdater": {
|
|
"strategy": "curseforge",
|
|
"projectID": -1
|
|
}
|
|
}
|
|
} |