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", "rss": "https://forum.westeroscraft.com/forum/news.2/index.rss",
"servers": [ "servers": [
{ {
"id": "WesterosCraft-1.11.2", "id": "ConceptionRP 1.18.2",
"name": "WesterosCraft Production Server", "name": "ModPack ConceptionRP 1.18.2",
"description": "Main WesterosCraft server. Connect to enter the Realm.", "description": "Main WesterosCraft server. Connect to enter the Realm.",
"icon": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/server-prod.png", "icon": "http://mc.westeroscraft.com/WesterosCraftLauncher/files/server-prod.png",
"version": "3.9.4", "version": "3.9.4",
"address": "mc.westeroscraft.com", "address": "mc.westeroscraft.com",
"minecraftVersion": "1.11.2", "minecraftVersion": "1.18.2",
"discord": { "discord": {
"shortId": "Production", "shortId": "Production",
"largeImageText": "WesterosCraft Production Server", "largeImageText": "Modpack ConceptionRP 1.18.2",
"largeImageKey": "server-prod" "largeImageKey": "server-prod"
}, },
"mainServer": true, "mainServer": true,
@ -246,7 +246,7 @@
"artifact": { "artifact": {
"size": 2254712, "size": 2254712,
"MD5": "0dd7761e908f9b245bb0dc0fac5649f5", "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", "version": "1.0.0",
"productName": "Conception Minecraft Launcher", "productName": "Conception Minecraft Launcher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)", "author": "alextorreg (https://github.com/alextorreg/)",
"license": "UNLICENSED", "license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher", "homepage": "https://github.com/alextorreg/ConceptionLauncher",
"bugs": { "bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues" "url": "https://github.com/alextorreg/ConceptionLauncher/issues"
}, },
"private": true, "private": true,
"main": "index.js", "main": "index.js",