mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
feat: neoLegacy gitea link, placeholder for moon edition, and bluerne… (#91)
This commit is contained in:
parent
ef2dbc085f
commit
0459370846
BIN
public/images/minecraft_title_moon.png
Normal file
BIN
public/images/minecraft_title_moon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
BIN
public/images/moonEdition.png
Normal file
BIN
public/images/moonEdition.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
|
|
@ -30,7 +30,7 @@ const BASE_EDITIONS = [
|
|||
id: "legacy_evolved",
|
||||
name: "neoLegacy",
|
||||
desc: "Backporting newer title updates and Minigames back to LCE",
|
||||
url: "https://bucket.ibatv.xyz/neolegacy/Release.zip", //neo: remember to change it after 1.4.0.
|
||||
url: "https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/releases/download/1.0.8b/neoLegacyWindows64.zip",
|
||||
titleImage: "/images/minecraft_title_neoLegacy.png",
|
||||
supportsSlimSkins: true,
|
||||
logo: "/images/neoLegacy.png",
|
||||
|
|
@ -66,6 +66,16 @@ const BASE_EDITIONS = [
|
|||
logo: "/images/hellishEndsIcon.png",
|
||||
panorama: "hellishends",
|
||||
},
|
||||
{
|
||||
id: "moon_edition",
|
||||
name: "Minecraft: Moon Edition",
|
||||
desc: "Galacticraft LCE port (Modded build!)",
|
||||
url: "https://INTENTIONALLY_INVALID_LINK_BECAUSE_FUCK_YOU_THATS_WHY", //neo: placeholder for now
|
||||
titleImage: "/images/minecraft_title_moon.png",
|
||||
supportsSlimSkins: false,
|
||||
logo: "/images/moonEdition.png",
|
||||
panorama: "vanilla_tu19",
|
||||
},
|
||||
];
|
||||
|
||||
const PARTNERSHIP_SERVERS = [
|
||||
|
|
@ -74,6 +84,11 @@ const PARTNERSHIP_SERVERS = [
|
|||
ip: "lce.kowhaifan.net",
|
||||
port: 25565,
|
||||
},
|
||||
{
|
||||
name: "BluerNetwork",
|
||||
ip: "bluer-network.ddns.net",
|
||||
port: 25565,
|
||||
},
|
||||
];
|
||||
|
||||
interface GameManagerProps {
|
||||
|
|
@ -592,4 +607,4 @@ export function useGameManager({
|
|||
updateCustomization,
|
||||
saveCustomPath,
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue