56 lines
1.4 KiB
JSON
56 lines
1.4 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": [
|
|
"paulevs (code & art)",
|
|
"Bulldog83 (code & art)",
|
|
"Frank (code)",
|
|
"Edos (building)",
|
|
"Yuki (art)",
|
|
"Seaward (art)",
|
|
"Firel (music)"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/betterend",
|
|
"issues": "https://github.com/paulevsGitch/BetterEnd/issues",
|
|
"sources": "https://github.com/paulevsGitch/BetterEnd"
|
|
},
|
|
|
|
"license": "MIT",
|
|
"icon": "assets/betterend/icon.png",
|
|
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"ru.betterend.BetterEnd"
|
|
],
|
|
"client": [
|
|
"ru.betterend.client.BetterEndClient"
|
|
],
|
|
"rei_plugins": [
|
|
"ru.betterend.integration.rei.REIPlugin"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"betterend.mixins.common.json",
|
|
"betterend.mixins.client.json",
|
|
"betterend.mixins.shadow.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=0.12.9",
|
|
"fabric": ">=0.42.1",
|
|
"minecraft": ">=1.17",
|
|
"bclib": ">=0.5.4"
|
|
},
|
|
"suggests": {
|
|
"byg": ">=1.1.3",
|
|
"blockus": ">=2.0.2",
|
|
"nourish": ">=1.2.0",
|
|
"colored_lights": ">=1.0.3"
|
|
}
|
|
}
|