This commit is contained in:
alextorreg 2022-11-06 00:45:37 +01:00
parent 30656ab834
commit fd0f479358
19 changed files with 1593 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

1584
docs/distribution.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,16 +11,16 @@
"rss": "https://forum.westeroscraft.com/forum/news.2/index.rss",
"servers": [
{
"id": "WesterosCraft-1.11.2",
"name": "WesterosCraft Production Server",
"id": "ConceptionRP 1.18.2",
"name": "ModPack ConceptionRP 1.18.2",
"description": "Main WesterosCraft server. Connect to enter the Realm.",
"icon": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/server-prod.png",
"version": "3.9.4",
"address": "mc.westeroscraft.com",
"minecraftVersion": "1.11.2",
"minecraftVersion": "1.18.2",
"discord": {
"shortId": "Production",
"largeImageText": "WesterosCraft Production Server",
"largeImageText": "Modpack ConceptionRP 1.18.2",
"largeImageKey": "server-prod"
},
"mainServer": true,
@ -246,7 +246,7 @@
"artifact": {
"size": 2254712,
"MD5": "0dd7761e908f9b245bb0dc0fac5649f5",
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/mods/OptiFine.jar"
"url": "http://mc.westeroscraft.com/WesterosCraftLauncher/prod-1.11.2/mods/OptiFin.jar"
}
},
{

View File

@ -1,13 +1,13 @@
{
"name": "ConceptionLauncher",
"name": "ConceptionRPLauncher",
"version": "1.0.0",
"productName": "Conception Minecraft Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"author": "alextorreg (https://github.com/alextorreg/)",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://github.com/alextorreg/ConceptionLauncher",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://github.com/alextorreg/ConceptionLauncher/issues"
},
"private": true,
"main": "index.js",