feat: ReFourJ

This commit is contained in:
neoapps-dev
2026-09-17 21:35:07 +03:00
parent 8564d12b2a
commit e961d7d9bb
+13 -13
View File
@@ -38,6 +38,17 @@ export const BASE_EDITIONS = [
panorama: "legacy_evolved", panorama: "legacy_evolved",
officialDLC: "main:https://git.neolegacy.dev/neoStudiosLCE/DLCs", //neo: format is {branch}:{git_url} officialDLC: "main:https://git.neolegacy.dev/neoStudiosLCE/DLCs", //neo: format is {branch}:{git_url}
}, },
{
id: "cafeberry",
name: "Cafeberry",
desc: "Project aiming to faithfully backport TUs, add cross-play and more!",
url: "https://gitea.str1k3r.xyz/cafeberry/cafeberry/releases/download/latest/LCEWindows64.zip",
titleImage: "/images/cafeberry_title.png",
supportsSlimSkins: false,
logo: "", //neo: TODO: add Cafeberry logo
panorama: "vanilla_tu24",
lceOnline: false, //neo: for now.
},
{ {
id: "revelations", id: "revelations",
name: "Legacy Revelations", name: "Legacy Revelations",
@@ -50,8 +61,8 @@ export const BASE_EDITIONS = [
transparentLogo: true, transparentLogo: true,
}, },
{ {
id: "projectlce", id: "refourj",
name: "ProjectLCE", name: "ReFourJ",
desc: "A LCE Project which aims to bring the feel and functionality from Minecraft: Playstation®4 Edition directly natively to your PC!", desc: "A LCE Project which aims to bring the feel and functionality from Minecraft: Playstation®4 Edition directly natively to your PC!",
url: "https://git.neolegacy.dev/ProjectLCE/Client/releases/download/latest/MinecraftPS4Edition.zip", // LO-Byte: No CDN right now, direct download from the git url: "https://git.neolegacy.dev/ProjectLCE/Client/releases/download/latest/MinecraftPS4Edition.zip", // LO-Byte: No CDN right now, direct download from the git
titleImage: "/images/MinecraftPS4Edition.png", titleImage: "/images/MinecraftPS4Edition.png",
@@ -61,17 +72,6 @@ export const BASE_EDITIONS = [
// LO-Byte: Store is built differently to what emerald expects, branch for emerald will be added soon // LO-Byte: Store is built differently to what emerald expects, branch for emerald will be added soon
//officialDLC: "main:https://git.neolegacy.dev/LegacyOrbis/Store", //officialDLC: "main:https://git.neolegacy.dev/LegacyOrbis/Store",
}, },
{
id: "cafeberry",
name: "Cafeberry",
desc: "Project aiming to faithfully backport TUs, add cross-play and more!",
url: "https://gitea.str1k3r.xyz/cafeberry/cafeberry/releases/download/latest/LCEWindows64.zip",
titleImage: "/images/cafeberry_title.png",
supportsSlimSkins: false,
logo: "", //neo: TODO: add Cafeberry logo
panorama: "vanilla_tu24",
lceOnline: false, //neo: for now.
},
{ {
id: "lostlegacy", id: "lostlegacy",
name: "Project Lost Legacy", name: "Project Lost Legacy",