76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "betterend",
|
|
"version": "${version}",
|
|
"name": "Better End",
|
|
"description": "More content for The End dimension, including new biomes, plants, mobs, mechanics, terrain generation and more.\nMade by:\n- paulevs (code & art)\n- Bulldog83 (code & art)\n- Edos (building)\n- Yuki (art)\n- Seaward (art)\n- Firel (music)\n",
|
|
"authors": [
|
|
"Quiqueck (code)",
|
|
"paulevs (code & art)",
|
|
"Bulldog83 (code & art)",
|
|
"Edos (building)",
|
|
"Yuki (art)",
|
|
"Seaward (art)",
|
|
"Firel (music)"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://modrinth.com/mod/betterend",
|
|
"issues": "https://github.com/quiqueck/BetterEnd/issues",
|
|
"sources": "https://github.com/quiqueck/BetterEnd"
|
|
},
|
|
"license": "MIT (CC BY-NC-SA 4.0 for some Assets)",
|
|
"icon": "assets/betterend/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"org.betterx.betterend.BetterEnd"
|
|
],
|
|
"client": [
|
|
"org.betterx.betterend.client.BetterEndClient"
|
|
],
|
|
"rei_client": [
|
|
"org.betterx.betterend.integration.rei.REIPlugin"
|
|
],
|
|
"jei_mod_plugin": [
|
|
"org.betterx.betterend.integration.jei.JEIPlugin"
|
|
],
|
|
"emi": [
|
|
"org.betterx.betterend.integration.emi.EMIPlugin"
|
|
]
|
|
},
|
|
"accessWidener": "betterend.accesswidener",
|
|
"mixins": [
|
|
"betterend.mixins.common.json",
|
|
"betterend.mixins.client.json",
|
|
"betterend.mixins.shadow.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.8",
|
|
"fabric": ">=0.58.0",
|
|
"minecraft": [
|
|
"1.19",
|
|
"1.19.1",
|
|
"1.19.2"
|
|
],
|
|
"bclib": "2.1.x"
|
|
},
|
|
"breaks": {
|
|
"bclib": "<2.1.4"
|
|
},
|
|
"suggests": {
|
|
"byg": ">=2.0.0",
|
|
"blockus": ">=2.0.2",
|
|
"nourish": ">=1.2.0",
|
|
"colored_lights": ">=1.0.3",
|
|
"trinkets": ">=3.4.0"
|
|
},
|
|
"custom": {
|
|
"bclib": {
|
|
"updater_icon": "icon_updater.png",
|
|
"downloads": {
|
|
"modrinth": "https://modrinth.com/mod/betterend",
|
|
"curseforge": "https://www.curseforge.com/minecraft/mc-mods/betterend"
|
|
}
|
|
}
|
|
}
|
|
}
|