feat: neoLegacy gitea link, placeholder for moon edition, and bluerne… (#91)

This commit is contained in:
/home/neo 2026-06-26 21:04:44 +03:00 committed by GitHub
parent ef2dbc085f
commit 0459370846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -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,
};
}
}