Addressed multiple ToDo's
This commit is contained in:
parent
ed6263b886
commit
ce0afb4cc7
9 changed files with 76 additions and 215 deletions
|
@ -1,57 +1,53 @@
|
|||
{
|
||||
"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": [
|
||||
"org.betterx.betterend.BetterEnd"
|
||||
],
|
||||
"client": [
|
||||
"org.betterx.betterend.client.BetterEndClient"
|
||||
],
|
||||
"rei_plugins": [
|
||||
"org.betterx.betterend.integration.rei.REIPlugin"
|
||||
]
|
||||
},
|
||||
"accessWidener" : "betterend.accesswidener",
|
||||
"mixins": [
|
||||
"betterend.mixins.common.json",
|
||||
"betterend.mixins.client.json",
|
||||
"betterend.mixins.shadow.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.5",
|
||||
"fabric": ">=0.52.4",
|
||||
"minecraft": "1.19-beta.1",
|
||||
"bclib": "2.0.x"
|
||||
},
|
||||
"suggests": {
|
||||
"byg": ">=1.1.3",
|
||||
"blockus": ">=2.0.2",
|
||||
"nourish": ">=1.2.0",
|
||||
"colored_lights": ">=1.0.3"
|
||||
}
|
||||
"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://www.curseforge.com/minecraft/mc-mods/betterend",
|
||||
"issues": "https://github.com/quiqueck/BetterEnd/issues",
|
||||
"sources": "https://github.com/quiqueck/BetterEnd"
|
||||
},
|
||||
"license": "MIT",
|
||||
"icon": "assets/betterend/icon.png",
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"org.betterx.betterend.BetterEnd"
|
||||
],
|
||||
"client": [
|
||||
"org.betterx.betterend.client.BetterEndClient"
|
||||
],
|
||||
"rei_plugins": [
|
||||
"org.betterx.betterend.integration.rei.REIPlugin"
|
||||
]
|
||||
},
|
||||
"accessWidener": "betterend.accesswidener",
|
||||
"mixins": [
|
||||
"betterend.mixins.common.json",
|
||||
"betterend.mixins.client.json",
|
||||
"betterend.mixins.shadow.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.5",
|
||||
"fabric": ">=0.52.4",
|
||||
"minecraft": "1.19-beta.1",
|
||||
"bclib": "2.0.x"
|
||||
},
|
||||
"suggests": {
|
||||
"byg": ">=1.1.3",
|
||||
"blockus": ">=2.0.2",
|
||||
"nourish": ">=1.2.0",
|
||||
"colored_lights": ">=1.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue