mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
add 1.14 pack
This commit is contained in:
parent
4086637731
commit
bfa9977a8f
@ -56,7 +56,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<img src="/resources/images/covers/clients.webp" class="cover-image" />
|
<div class="cover-image">
|
||||||
|
<img src="/resources/images/covers/clients.webp" />
|
||||||
|
</div>
|
||||||
<div class="installations">
|
<div class="installations">
|
||||||
<div class="custom-select-wrapper">
|
<div class="custom-select-wrapper">
|
||||||
<div id="custom-select" class="custom-select" onclick="versionSelector.toggle()">
|
<div id="custom-select" class="custom-select" onclick="versionSelector.toggle()">
|
||||||
|
@ -56,7 +56,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<img src="/resources/images/covers/minecraft.webp" class="cover-image" />
|
<div class="cover-image">
|
||||||
|
<img src="/resources/images/covers/minecraft.webp" />
|
||||||
|
</div>
|
||||||
<div class="installations">
|
<div class="installations">
|
||||||
<div class="custom-select-wrapper">
|
<div class="custom-select-wrapper">
|
||||||
<div id="custom-select" class="custom-select" onclick="versionSelector.toggle()">
|
<div id="custom-select" class="custom-select" onclick="versionSelector.toggle()">
|
||||||
|
@ -32,7 +32,9 @@
|
|||||||
<span class="game-title">Mobile</span>
|
<span class="game-title">Mobile</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
<img src="/resources/images/covers/minecraft.webp" class="cover-image" />
|
<div class="cover-image">
|
||||||
|
<img src="/resources/images/covers/minecraft.webp" />
|
||||||
|
</div>
|
||||||
<div class="installations">
|
<div class="installations">
|
||||||
<button class="play-button" onclick="game.play('/game/web/main/1.8.8/?mobile=true')">Play</button>
|
<button class="play-button" onclick="game.play('/game/web/main/1.8.8/?mobile=true')">Play</button>
|
||||||
<a class="play-button" style="text-decoration: none" href="/game/offline/mobile/EaglerPocketMobile_1.8.8.html" download>Download Offline</a>
|
<a class="play-button" style="text-decoration: none" href="/game/offline/mobile/EaglerPocketMobile_1.8.8.html" download>Download Offline</a>
|
||||||
|
@ -139,6 +139,14 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"resourcepacks": [
|
"resourcepacks": [
|
||||||
|
{
|
||||||
|
"id": "updated-textures-for-1-8-9",
|
||||||
|
"name": "Updated Textures for 1.8.9",
|
||||||
|
"description": "This resource pack aims to backport textures and sounds from the Texture Update and onward to Minecraft version 1.8.9.",
|
||||||
|
"author": "Arky",
|
||||||
|
"authorLink": "https://www.planetminecraft.com/member/arky/",
|
||||||
|
"source": "https://www.planetminecraft.com/texture-pack/updated-textures-for-1-8-9/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "barebones-bossbars",
|
"id": "barebones-bossbars",
|
||||||
"name": "Barebones Bossbars",
|
"name": "Barebones Bossbars",
|
||||||
|
BIN
public/resources/mods/downloads/updated-textures-for-1-8-9.zip
Normal file
BIN
public/resources/mods/downloads/updated-textures-for-1-8-9.zip
Normal file
Binary file not shown.
BIN
public/resources/mods/icons/updated-textures-for-1-8-9.webp
Normal file
BIN
public/resources/mods/icons/updated-textures-for-1-8-9.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
@ -4,6 +4,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
@ -11,11 +15,6 @@ body {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ads-container {
|
.ads-container {
|
||||||
@ -133,6 +132,30 @@ nav {
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-menu ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-menu ul li {
|
||||||
|
margin-right: 20px;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #ccc;
|
||||||
|
transition: color 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-menu ul li.selected {
|
||||||
|
color: #fff;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-menu ul li:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.game-title {
|
.game-title {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -157,8 +180,8 @@ nav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: #202020;
|
background-color: #202020;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -173,6 +196,12 @@ nav {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cover-image img {
|
||||||
|
flex: 1;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -419,41 +448,6 @@ nav {
|
|||||||
background-color: #00cc00;
|
background-color: #00cc00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-menu {
|
|
||||||
background-color: #2c2c2c;
|
|
||||||
padding: 10px 20px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
align-items: center;
|
|
||||||
color: #ddd;
|
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-menu ul {
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-menu ul li {
|
|
||||||
margin-right: 20px;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 16px;
|
|
||||||
color: #ccc;
|
|
||||||
transition: color 0.2s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-menu ul li.selected {
|
|
||||||
color: #fff;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-menu ul li:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mod-list {
|
.mod-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
@ -480,9 +474,10 @@ nav {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mod-item .mod-icon img {
|
.mod-item .mod-icon img {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
max-height: 100%;
|
height: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mod-item .mod-details {
|
.mod-item .mod-details {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user