Logo, version change
This commit is contained in:
parent
d8ec7ed6b9
commit
102df40e6a
4 changed files with 47 additions and 47 deletions
Binary file not shown.
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 25 KiB |
|
@ -1,45 +1,45 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "betterend",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Better End",
|
||||
"description": "More content for The End",
|
||||
"authors": [
|
||||
"paulevs",
|
||||
"Bulldog83"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "",
|
||||
"sources": ""
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
"icon": "assets/modid/icon.png",
|
||||
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"ru.betterend.BetterEnd"
|
||||
],
|
||||
"client": [
|
||||
"ru.betterend.client.BetterEndClient"
|
||||
],
|
||||
"rei_plugins": [
|
||||
"ru.betterend.compat.REIPlugin"
|
||||
],
|
||||
"rei_containers": [
|
||||
"ru.betterend.compat.REIContainer"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"betterend.mixins.common.json",
|
||||
"betterend.mixins.client.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.x"
|
||||
}
|
||||
}
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "betterend",
|
||||
"version": "${version}",
|
||||
|
||||
"name": "Better End",
|
||||
"description": "More content for The End",
|
||||
"authors": [
|
||||
"paulevs",
|
||||
"Bulldog83"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "",
|
||||
"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.compat.REIPlugin"
|
||||
],
|
||||
"rei_containers": [
|
||||
"ru.betterend.compat.REIContainer"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"betterend.mixins.common.json",
|
||||
"betterend.mixins.client.json"
|
||||
],
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue