Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremGamingYT committed Nov 24, 2024
1 parent 64d91e4 commit e8d74c6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ConfigManager = require('./configmanager')

// Old WesterosCraft url.
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://helios-files.geekcorner.eu.org/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://votre-url.com/distribution.json'

const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(),
Expand Down
50 changes: 50 additions & 0 deletions distribution.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"version": "1.0.0",
"discord": {
"clientId": "1296879619563327498",
"smallImageText": "Elysia Launcher",
"smallImageKey": "icon"
},

"servers": [

{
"id": "forge_1.20.1",
"name": "Forge 1.20.1",
"description": "Serveur Forge 1.20.1",
"icon": "",
"version":"1.0.0",
"address": "localhost",
"minecraftVersion": "1.20.1",
"discord": {
"shortId": "Forge",
"largeImageText": "Serveur Forge 1.20.1",
"largeImageKey": "server-icon"
},
"mainServer": true,
"autoconnect": true,
"modules": [
{
"id": "net.minecraftforge:forge:1.20.1-47.2.0",
"name": "Forge",
"type": "ForgeHosted",
"artifact": {
"size": 5324576,
"MD5": "HASH_MD5_DU_FICHIER_FORGE",
"url": "https://github.com/JeremGamingYT/ElysiaDevInstaller/raw/main/Installer/forge/forge-installer.jar"
}
},
{
"id": "jei-1.20.1-forge-15.20.0.102.jar",
"name": "JEI",
"type": "ForgeMod",
"artifact": {
"size": 1405440,
"MD5": "a2cd335b8fdaa444286eeac35ad31c7a",
"url": "https://legacy.curseforge.com/minecraft/mc-mods/jei/download/5781188"
}
}
]
}
]
}

0 comments on commit e8d74c6

Please sign in to comment.