1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

partial add 1.11

This commit is contained in:
zumbiepig 2024-09-12 06:40:05 -07:00
parent 1b6fe2587a
commit d136dde7b8
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
7 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eaglercraftλ 1.9</title>
<link rel="icon" type="image/webp" href="/resources/images/icons/clients/eagler.webp" />
<link rel="stylesheet" href="/resources/styles/eagler.css" />
<script src="/resources/scripts/google-tag.js"></script>
<script src="/game/web/main/1.11.2/classes.js"></script>
<script src="/resources/scripts/eagler-launch/1.8.8/eaglerpocketmobile.js"></script>
<script src="/resources/scripts/eagler-launch/1.9.4/main.js"></script>
</head>
<body id="game_frame"></body>
</html>

View File

@ -76,15 +76,19 @@
<div class="downloads"> <div class="downloads">
<h3>Downloads:</h3> <h3>Downloads:</h3>
<span <span
onclick="downloadFile('/game/offline/main/EaglercraftL_1.9.html', 'EaglercraftL_1.9.html')" onclick="downloadFile('/game/offline/main/EaglercraftZ_1.11.2.html', 'EaglercraftZ_1.11.2.html')"
>1.11.2</span
>
<span
onclick="downloadFile('/game/offline/main/EaglercraftL_1.9.4.html', 'EaglercraftL_1.9.4.html')"
>1.9.4</span >1.9.4</span
> >
<span <span
onclick="downloadFile('/game/offline/main/EaglercraftX_1.8.html', 'EaglercraftX_1.8.html')" onclick="downloadFile('/game/offline/main/EaglercraftX_1.8.8.html', 'EaglercraftX_1.8.8.html')"
>1.8.8</span >1.8.8</span
> >
<span <span
onclick="downloadFile('/game/offline/main/Eaglercraft_1.5.html', 'Eaglercraft_1.5.html')" onclick="downloadFile('/game/offline/main/Eaglercraft_1.5.2.html', 'Eaglercraft_1.5.2.html')"
>1.5.2</span >1.5.2</span
> >
<span <span

View File

@ -82,6 +82,10 @@
>Select a version</span >Select a version</span
> >
<div class="options"> <div class="options">
<div onclick="game.select('/game/web/main/1.11.2/', '1.11.2')">
<img src="/resources/images/icons/clients/all.webp" />
<span>1.11.2</span>
</div>
<div onclick="game.select('/game/web/main/1.9.4/', '1.9.4')"> <div onclick="game.select('/game/web/main/1.9.4/', '1.9.4')">
<img src="/resources/images/icons/clients/all.webp" /> <img src="/resources/images/icons/clients/all.webp" />
<span>1.9.4</span> <span>1.9.4</span>