mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 00:07:09 +00:00
feat: add legacy nether fork edition ! (new collab)
This commit is contained in:
parent
3cb787fc72
commit
4f307dee39
BIN
public/images/minecraft_title_legacynetherfork.png
Normal file
BIN
public/images/minecraft_title_legacynetherfork.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
public/images/netherrack_0.png
Normal file
BIN
public/images/netherrack_0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
|
|
@ -27,6 +27,15 @@ const BASE_EDITIONS = [
|
|||
titleImage: "/images/minecraft_title_360revived.png",
|
||||
supportsSlimSkins: false,
|
||||
logo: "/images/360_revived.png"
|
||||
},
|
||||
{
|
||||
id: "legacy_nether_fork",
|
||||
name: "Legacy Nether Fork",
|
||||
desc: "QoL, Random additions, and Nether/End dimensions overhaul (Modded build !)",
|
||||
url: "https://github.com/deadvoxelx/LegacyNetherFork/releases/download/nightly/LCEWindows64.zip",
|
||||
titleImage: "/images/minecraft_title_legacynetherfork.png",
|
||||
supportsSlimSkins: false,
|
||||
logo: "/images/netherrack_0.png"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue