diff --git a/public/home/archive/index.html b/public/home/archive/index.html
index 806262f..2366208 100644
--- a/public/home/archive/index.html
+++ b/public/home/archive/index.html
@@ -13,7 +13,7 @@
- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
diff --git a/public/home/clients/index.html b/public/home/clients/index.html
index 204623f..8a32f87 100644
--- a/public/home/clients/index.html
+++ b/public/home/clients/index.html
@@ -13,7 +13,7 @@


- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
diff --git a/public/home/downloads/index.html b/public/home/downloads/index.html
index 6371da2..e9527f8 100644
--- a/public/home/downloads/index.html
+++ b/public/home/downloads/index.html
@@ -13,7 +13,7 @@


- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
diff --git a/public/home/game/index.html b/public/home/game/index.html
index b2fffda..8a65112 100644
--- a/public/home/game/index.html
+++ b/public/home/game/index.html
@@ -13,7 +13,7 @@


- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
diff --git a/public/index.html b/public/index.html
index ea7de88..f605899 100644
--- a/public/index.html
+++ b/public/index.html
@@ -28,15 +28,6 @@
if (storage.local.get('lastVersion') === null) {
iframe.src = '/welcome.html';
- alert(`MineXLauncher has been updated to v1.4!
-
-Changes in v1.4:
- - Added welcome and setup screen
- - Show changelog when MineXLauncher is updated
- - Added themes and backgrounds
- - Settings now update automatically without saving them
- - Username rules have been updated to match Minecraft
- - Added Starlike Client`);
} else if (lastPage !== null) {
iframe.src = lastPage;
} else if (detect.mobile()) {
diff --git a/public/mobile/index.html b/public/mobile/index.html
index b8e685c..82896de 100644
--- a/public/mobile/index.html
+++ b/public/mobile/index.html
@@ -13,7 +13,7 @@


- MineXLauncher 1.4
+ MineXLauncher 1.5
diff --git a/public/mods/client/index.html b/public/mods/client/index.html
index a57b247..230d662 100644
--- a/public/mods/client/index.html
+++ b/public/mods/client/index.html
@@ -13,7 +13,7 @@
- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
@@ -47,7 +47,7 @@
diff --git a/public/mods/mods/index.html b/public/mods/mods/index.html
index 4f51813..294179b 100644
--- a/public/mods/mods/index.html
+++ b/public/mods/mods/index.html
@@ -14,7 +14,7 @@


- Client -
- Mods +
- Mods
- Resource Packs
- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -34,7 +34,7 @@
Server List
-
+
Mods
@@ -48,7 +48,7 @@
diff --git a/public/mods/resourcepacks/index.html b/public/mods/resourcepacks/index.html
index 67ed218..8406880 100644
--- a/public/mods/resourcepacks/index.html
+++ b/public/mods/resourcepacks/index.html
@@ -14,7 +14,7 @@


- Client -
- Mods +
- Mods
- Resource Packs
- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -34,7 +34,7 @@
Server List
-
+
Mods
@@ -48,7 +48,7 @@
diff --git a/public/offline.html b/public/offline.html
index 2d6fec9..5a091e9 100644
--- a/public/offline.html
+++ b/public/offline.html
@@ -14,7 +14,7 @@


- Client -
- Mods +
- Mods
- Resource Packs
- MineXLauncher 1.4
+ MineXLauncher 1.5
diff --git a/public/resources/data/mods.json b/public/resources/data/mods.json
index d7bf155..aa0419a 100644
--- a/public/resources/data/mods.json
+++ b/public/resources/data/mods.json
@@ -1,226 +1,226 @@
{
"mods": [
{
- "display-name": "Burmod WIP",
- "mod-name": "burmod",
- "author": "Murturtle",
- "author-link": "https://github.com/Murturtle",
+ "modId": "burmod",
+ "displayName": "Burmod WIP",
"description": "client for eaglerforge (v0.2)",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/Murturtle/Burmod",
- "download-link": "/resources/mods/burmod.js"
+ "author": "Murturtle",
+ "authorLink": "https://github.com/Murturtle",
+ "repoLink": "https://github.com/Murturtle/Burmod",
+ "downloadLink": "/resources/mods/burmod.js"
},
{
- "display-name": "StatsHud",
- "mod-name": "statshud",
+ "modId": "statshud",
+ "displayName": "StatsHud",
"author": "Neverflagastralis",
- "author-link": "https://github.com/AstralisLLC",
+ "authorLink": "https://github.com/AstralisLLC",
"description": "An all-new StatsHud, soon to be updated with customization functionality!",
"icon": "/resources/images/icons/mods/statshud.webp",
- "repo-link": "https://github.com/AstralisLLC/EaglerForge-Mods/blob/main/StatsHudV3.js",
- "download-link": "/resources/mods/statshud.js"
+ "repoLink": "https://github.com/AstralisLLC/EaglerForge-Mods/blob/main/StatsHudV3.js",
+ "downloadLink": "/resources/mods/statshud.js"
},
{
- "display-name": "FreshEaglerUI",
- "mod-name": "freshui",
+ "modId": "freshui",
+ "displayName": "FreshEaglerUI",
"author": "Murturtle",
- "author-link": "https://github.com/Murturtle",
+ "authorLink": "https://github.com/Murturtle",
"description": "Makes the UIs slide in and re works the main screen!",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/Murturtle/MursMods/blob/main/FreshEaglerUI.js",
- "download-link": "/resources/mods/freshui.js"
+ "repoLink": "https://github.com/Murturtle/MursMods/blob/main/FreshEaglerUI.js",
+ "downloadLink": "/resources/mods/freshui.js"
},
{
- "display-name": "Chat commands mod",
- "mod-name": "chatcmd",
+ "modId": "chatcmd",
+ "displayName": "Chat commands mod",
"author": "Neverflagastralis",
- "author-link": "https://github.com/AstralisLLC",
+ "authorLink": "https://github.com/AstralisLLC",
"description": "An open source mod with a built in customizable bug reports system!",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/AstralisLLC/EaglerForge-Mods/blob/main/chat%20utils.js",
- "download-link": "/resources/mods/chatcmd.js"
+ "repoLink": "https://github.com/AstralisLLC/EaglerForge-Mods/blob/main/chat%20utils.js",
+ "downloadLink": "/resources/mods/chatcmd.js"
},
{
- "display-name": "SemiAutoLogin",
- "mod-name": "autologin",
+ "modId": "autologin",
+ "displayName": "SemiAutoLogin",
"author": "Murturtle",
- "author-link": "https://github.com/Murturtle",
+ "authorLink": "https://github.com/Murturtle",
"description": "Press L to login without typing!",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/Murturtle/MursMods/blob/main/SemiAutoLogin.js",
- "download-link": "/resources/mods/autologin.js"
+ "repoLink": "https://github.com/Murturtle/MursMods/blob/main/SemiAutoLogin.js",
+ "downloadLink": "/resources/mods/autologin.js"
},
{
- "display-name": "Blur",
- "mod-name": "blur",
+ "modId": "blur",
+ "displayName": "Blur",
"author": "Murturtle",
- "author-link": "https://github.com/Murturtle",
+ "authorLink": "https://github.com/Murturtle",
"description": "Makes your fps 5 when unfocused!",
"icon": "/resources/images/icons/mods/blur.webp",
- "repo-link": "https://github.com/Murturtle/MursMods/blob/main/Blur.js",
- "download-link": "/resources/mods/blur.js"
+ "repoLink": "https://github.com/Murturtle/MursMods/blob/main/Blur.js",
+ "downloadLink": "/resources/mods/blur.js"
},
{
- "display-name": "Jetpack",
- "mod-name": "jetpack",
+ "modId": "jetpack",
+ "displayName": "Jetpack",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "allows you to fly as if you had a jetpack. keybind(hold): h",
"icon": "/resources/images/icons/mods/jetpack.webp",
- "repo-link": "https://github.com/radmanplays/eaglerreborn-plugins/blob/main/jetpack-ef.js",
- "download-link": "/resources/mods/jetpack.js"
+ "repoLink": "https://github.com/radmanplays/eaglerreborn-plugins/blob/main/jetpack-ef.js",
+ "downloadLink": "/resources/mods/jetpack.js"
},
{
- "display-name": "Barney's Music Mod",
- "mod-name": "barneysmusicmod",
+ "modId": "barneysmusicmod",
+ "displayName": "Barney's Music Mod",
"author": "BarneyTheGod",
- "author-link": "https://github.com/BarneyCompiler",
+ "authorLink": "https://github.com/BarneyCompiler",
"description": "Plays a users music through a direct mp3 link. Saves music through Local Browser storage.",
"icon": "/resources/images/icons/mods/barneysmusicmod.webp",
- "repo-link": "https://github.com/BarneyCompiler/barneysmods/blob/main/Barneys%20Music%20Player",
- "download-link": "/resources/mods/barneysmusicmod.js"
+ "repoLink": "https://github.com/BarneyCompiler/barneysmods/blob/main/Barneys%20Music%20Player",
+ "downloadLink": "/resources/mods/barneysmusicmod.js"
},
{
- "display-name": "Blink",
- "mod-name": "blinkmod",
+ "modId": "blinkmod",
+ "displayName": "Blink",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "use by typing the .blinkon and .blinkoff commands and sending it",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/radmanplays/eaglerreborn-plugins",
- "download-link": "/resources/mods/blinkmod.js"
+ "repoLink": "https://github.com/radmanplays/eaglerreborn-plugins",
+ "downloadLink": "/resources/mods/blinkmod.js"
},
{
- "display-name": "GrappleHook",
- "mod-name": "graplehookmod",
+ "modId": "graplehookmod",
+ "displayName": "GrappleHook",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "grappling hook mod. how to use: 1.grab a fishing rod 2.use the fishing rod 3.grappling hook! ",
"icon": "/resources/images/icons/mods/graplehookmod.webp",
- "repo-link": "https://github.com/radmanplays/eaglerreborn-plugins",
- "download-link": "/resources/mods/graplehookmod.js"
+ "repoLink": "https://github.com/radmanplays/eaglerreborn-plugins",
+ "downloadLink": "/resources/mods/graplehookmod.js"
},
{
- "display-name": "Xray",
- "mod-name": "xraymod",
+ "modId": "xraymod",
+ "displayName": "Xray",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "simple xray mod. its recommended to use this with Fullbright. keybind: x",
"icon": "/resources/images/icons/mods/xraymod.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/Xray.js",
- "download-link": "/resources/mods/xraymod.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/Xray.js",
+ "downloadLink": "/resources/mods/xraymod.js"
},
{
- "display-name": "Fullbright",
- "mod-name": "fullbright",
+ "modId": "fullbright",
+ "displayName": "Fullbright",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "full bright mod for eaglerforge. keybind(enabled by default): f",
"icon": "/resources/images/icons/mods/fullbright.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/fullbright.js",
- "download-link": "/resources/mods/fullbright.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/fullbright.js",
+ "downloadLink": "/resources/mods/fullbright.js"
},
{
- "display-name": "Autoclicker",
- "mod-name": "autoclicker",
+ "modId": "autoclicker",
+ "displayName": "Autoclicker",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "this mod clicks for you",
"icon": "/resources/images/icons/mods/autoclicker.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/autoclicker.js",
- "download-link": "/resources/mods/autoclicker.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/autoclicker.js",
+ "downloadLink": "/resources/mods/autoclicker.js"
},
{
- "display-name": "Speed Mod",
- "mod-name": "speedmod",
+ "modId": "speedmod",
+ "displayName": "Speed Mod",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "makes you faster",
"icon": "/resources/images/icons/mods/speedmod.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/Speed.js",
- "download-link": "/resources/mods/speedmod.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/Speed.js",
+ "downloadLink": "/resources/mods/speedmod.js"
},
{
- "display-name": "Chat Shortcuts",
- "mod-name": "chatshortcutsmod",
+ "modId": "chatshortcutsmod",
+ "displayName": "Chat Shortcuts",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "shortcuts: {health}, {pos}, {name}, {me}, {x}, {y}, {z}, {level}, {walked}, {chunk}",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/ChatShortcuts.js",
- "download-link": "/resources/mods/chatshortcutsmod.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/ChatShortcuts.js",
+ "downloadLink": "/resources/mods/chatshortcutsmod.js"
},
{
- "display-name": "NoFall",
- "mod-name": "nofallmod",
+ "modId": "nofallmod",
+ "displayName": "NoFall",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "makes you not take fall damage",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/NoFall.js",
- "download-link": "/resources/mods/nofallmod.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/NoFall.js",
+ "downloadLink": "/resources/mods/nofallmod.js"
},
{
- "display-name": "AutoFish",
- "mod-name": "autofishmod",
+ "modId": "autofishmod",
+ "displayName": "AutoFish",
"author": "radmanplays",
- "author-link": "https://github.com/radmanplays",
+ "authorLink": "https://github.com/radmanplays",
"description": "fishes for you. just throw a fishing rod in water to use this mod",
"icon": "/resources/images/icons/mods/all.webp",
- "repo-link": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/AutoFish.js",
- "download-link": "/resources/mods/autofishmod.js"
+ "repoLink": "https://github.com/EaglerRinth/eaglerrinth.github.io/blob/main/CommunityMods/AutoFish.js",
+ "downloadLink": "/resources/mods/autofishmod.js"
}
],
"resourcepacks": [
{
- "display-name": "Barebones Bossbars",
- "mod-name": "barebones-bossbars",
+ "modId": "barebones-bossbars",
+ "displayName": "Barebones Bossbars",
"author": "vexcenot",
- "author-link": "https://modrinth.com/user/vexcenot",
+ "authorLink": "https://modrinth.com/user/vexcenot",
"description": "simplistic per-mob icons and colors to decorate boss bars with",
"icon": "/resources/images/icons/resourcepacks/barebones-bossbars.webp",
- "repo-link": "https://modrinth.com/resourcepack/barebones-bossbars",
- "download-link": "/resources/resourcepacks/barebones-bossbars.zip"
+ "repoLink": "https://modrinth.com/resourcepack/barebones-bossbars",
+ "downloadLink": "/resources/resourcepacks/barebones-bossbars.zip"
},
{
- "display-name": "Daggers",
- "mod-name": "daggers",
+ "modId": "daggers",
+ "displayName": "Daggers",
"author": "devin",
- "author-link": "https://modrinth.com/user/devin",
+ "authorLink": "https://modrinth.com/user/devin",
"description": "Shorter swords for better visibility.",
"icon": "/resources/images/icons/resourcepacks/daggers.webp",
- "repo-link": "https://modrinth.com/resourcepack/daggers",
- "download-link": "/resources/resourcepacks/daggers.zip"
+ "repoLink": "https://modrinth.com/resourcepack/daggers",
+ "downloadLink": "/resources/resourcepacks/daggers.zip"
},
{
- "display-name": "Faithful (32x)",
- "mod-name": "faithful-32x",
+ "modId": "faithful-32x",
+ "displayName": "Faithful (32x)",
"author": "Faithful-Resource-Pack",
- "author-link": "https://modrinth.com/user/Faithful-Resource-Pack",
+ "authorLink": "https://modrinth.com/user/Faithful-Resource-Pack",
"description": "The original Minecraft texture feel, with double the resolution and double the fun!",
"icon": "/resources/images/icons/resourcepacks/faithful-32x.webp",
- "repo-link": "https://modrinth.com/resourcepack/faithful-32x",
- "download-link": "/resources/resourcepacks/faithful-32x.zip"
+ "repoLink": "https://modrinth.com/resourcepack/faithful-32x",
+ "downloadLink": "/resources/resourcepacks/faithful-32x.zip"
},
{
- "display-name": "Low On Fire",
- "mod-name": "low-on-fire",
+ "modId": "low-on-fire",
+ "displayName": "Low On Fire",
"author": "Haikis",
- "author-link": "https://modrinth.com/user/Haikis",
+ "authorLink": "https://modrinth.com/user/Haikis",
"description": "Low fire on your screen! Vanilla Friendly",
"icon": "/resources/images/icons/resourcepacks/low-on-fire.webp",
- "repo-link": "https://modrinth.com/resourcepack/low-on-fire",
- "download-link": "/resources/resourcepacks/low-on-fire.zip"
+ "repoLink": "https://modrinth.com/resourcepack/low-on-fire",
+ "downloadLink": "/resources/resourcepacks/low-on-fire.zip"
},
{
- "display-name": "Serified Font",
- "mod-name": "serified-font",
+ "modId": "serified-font",
+ "displayName": "Serified Font",
"author": "bebebea_loste",
- "author-link": "https://modrinth.com/user/bebebea_loste",
+ "authorLink": "https://modrinth.com/user/bebebea_loste",
"description": "My take on a fancier Minecraft typeface",
"icon": "/resources/images/icons/resourcepacks/serified-font.webp",
- "repo-link": "https://modrinth.com/resourcepack/serified-font",
- "download-link": "/resources/resourcepacks/serified-font.zip"
+ "repoLink": "https://modrinth.com/resourcepack/serified-font",
+ "downloadLink": "/resources/resourcepacks/serified-font.zip"
}
]
}
diff --git a/public/resources/images/icons/clients/1.9.4.webp b/public/resources/images/icons/clients/1.9.4.webp
index aca4f7b..c5c5a89 100644
Binary files a/public/resources/images/icons/clients/1.9.4.webp and b/public/resources/images/icons/clients/1.9.4.webp differ
diff --git a/public/resources/images/icons/clients/astra.webp b/public/resources/images/icons/clients/astra.webp
index 897a44e..09d27cb 100644
Binary files a/public/resources/images/icons/clients/astra.webp and b/public/resources/images/icons/clients/astra.webp differ
diff --git a/public/resources/images/icons/clients/eaglerforge.webp b/public/resources/images/icons/clients/eaglerforge.webp
index 4d44db0..da37782 100644
Binary files a/public/resources/images/icons/clients/eaglerforge.webp and b/public/resources/images/icons/clients/eaglerforge.webp differ
diff --git a/public/resources/images/icons/clients/eaglermobile.webp b/public/resources/images/icons/clients/eaglermobile.webp
index 0accb14..a114de0 100644
Binary files a/public/resources/images/icons/clients/eaglermobile.webp and b/public/resources/images/icons/clients/eaglermobile.webp differ
diff --git a/public/resources/images/icons/clients/eaglerpocketmobile.webp b/public/resources/images/icons/clients/eaglerpocketmobile.webp
index 49cff56..98f0e0b 100644
Binary files a/public/resources/images/icons/clients/eaglerpocketmobile.webp and b/public/resources/images/icons/clients/eaglerpocketmobile.webp differ
diff --git a/public/resources/images/icons/clients/resent.webp b/public/resources/images/icons/clients/resent.webp
index efd4ce2..4801266 100644
Binary files a/public/resources/images/icons/clients/resent.webp and b/public/resources/images/icons/clients/resent.webp differ
diff --git a/public/resources/images/icons/clients/shadow.webp b/public/resources/images/icons/clients/shadow.webp
index bae938d..c1b56ea 100644
Binary files a/public/resources/images/icons/clients/shadow.webp and b/public/resources/images/icons/clients/shadow.webp differ
diff --git a/public/resources/images/icons/clients/starlike.webp b/public/resources/images/icons/clients/starlike.webp
index fbb1ac5..117eb22 100644
Binary files a/public/resources/images/icons/clients/starlike.webp and b/public/resources/images/icons/clients/starlike.webp differ
diff --git a/public/resources/images/icons/favicon.webp b/public/resources/images/icons/favicon.webp
index e0b6cef..105ba3f 100644
Binary files a/public/resources/images/icons/favicon.webp and b/public/resources/images/icons/favicon.webp differ
diff --git a/public/resources/images/icons/mods/all.webp b/public/resources/images/icons/mods/all.webp
index 73393a6..bbac126 100644
Binary files a/public/resources/images/icons/mods/all.webp and b/public/resources/images/icons/mods/all.webp differ
diff --git a/public/resources/images/icons/mods/autoclicker.webp b/public/resources/images/icons/mods/autoclicker.webp
index 652a13a..1778e59 100644
Binary files a/public/resources/images/icons/mods/autoclicker.webp and b/public/resources/images/icons/mods/autoclicker.webp differ
diff --git a/public/resources/images/icons/mods/barneysmusicmod.webp b/public/resources/images/icons/mods/barneysmusicmod.webp
index ca24297..6e76558 100644
Binary files a/public/resources/images/icons/mods/barneysmusicmod.webp and b/public/resources/images/icons/mods/barneysmusicmod.webp differ
diff --git a/public/resources/images/icons/mods/blur.webp b/public/resources/images/icons/mods/blur.webp
index e965079..f1d17c2 100644
Binary files a/public/resources/images/icons/mods/blur.webp and b/public/resources/images/icons/mods/blur.webp differ
diff --git a/public/resources/images/icons/mods/fullbright.webp b/public/resources/images/icons/mods/fullbright.webp
index 8f95f87..a9280e2 100644
Binary files a/public/resources/images/icons/mods/fullbright.webp and b/public/resources/images/icons/mods/fullbright.webp differ
diff --git a/public/resources/images/icons/mods/graplehookmod.webp b/public/resources/images/icons/mods/graplehookmod.webp
index eebc5c9..9386943 100644
Binary files a/public/resources/images/icons/mods/graplehookmod.webp and b/public/resources/images/icons/mods/graplehookmod.webp differ
diff --git a/public/resources/images/icons/mods/jetpack.webp b/public/resources/images/icons/mods/jetpack.webp
index 74a7ceb..4e9484a 100644
Binary files a/public/resources/images/icons/mods/jetpack.webp and b/public/resources/images/icons/mods/jetpack.webp differ
diff --git a/public/resources/images/icons/mods/speedmod.webp b/public/resources/images/icons/mods/speedmod.webp
index d507015..aca9144 100644
Binary files a/public/resources/images/icons/mods/speedmod.webp and b/public/resources/images/icons/mods/speedmod.webp differ
diff --git a/public/resources/images/icons/mods/statshud.webp b/public/resources/images/icons/mods/statshud.webp
index 322af78..86be389 100644
Binary files a/public/resources/images/icons/mods/statshud.webp and b/public/resources/images/icons/mods/statshud.webp differ
diff --git a/public/resources/images/icons/mods/xraymod.webp b/public/resources/images/icons/mods/xraymod.webp
index ec7699a..573fa4e 100644
Binary files a/public/resources/images/icons/mods/xraymod.webp and b/public/resources/images/icons/mods/xraymod.webp differ
diff --git a/public/resources/images/icons/nav/game.webp b/public/resources/images/icons/nav/game.webp
index 97cddfd..399c6a1 100644
Binary files a/public/resources/images/icons/nav/game.webp and b/public/resources/images/icons/nav/game.webp differ
diff --git a/public/resources/images/icons/nav/mods.webp b/public/resources/images/icons/nav/mods.webp
index 351305b..233ee34 100644
Binary files a/public/resources/images/icons/nav/mods.webp and b/public/resources/images/icons/nav/mods.webp differ
diff --git a/public/resources/images/icons/nav/servers.webp b/public/resources/images/icons/nav/servers.webp
index 50feadb..61392c6 100644
Binary files a/public/resources/images/icons/nav/servers.webp and b/public/resources/images/icons/nav/servers.webp differ
diff --git a/public/resources/images/icons/nav/settings.webp b/public/resources/images/icons/nav/settings.webp
index ca114f3..7456ac1 100644
Binary files a/public/resources/images/icons/nav/settings.webp and b/public/resources/images/icons/nav/settings.webp differ
diff --git a/public/resources/images/icons/nav/updates.webp b/public/resources/images/icons/nav/updates.webp
index 5238419..a546615 100644
Binary files a/public/resources/images/icons/nav/updates.webp and b/public/resources/images/icons/nav/updates.webp differ
diff --git a/public/resources/images/icons/resourcepacks/barebones-bossbars.webp b/public/resources/images/icons/resourcepacks/barebones-bossbars.webp
index acff176..1bd93b1 100644
Binary files a/public/resources/images/icons/resourcepacks/barebones-bossbars.webp and b/public/resources/images/icons/resourcepacks/barebones-bossbars.webp differ
diff --git a/public/resources/images/icons/resourcepacks/daggers.webp b/public/resources/images/icons/resourcepacks/daggers.webp
index 72a9043..edc19b1 100644
Binary files a/public/resources/images/icons/resourcepacks/daggers.webp and b/public/resources/images/icons/resourcepacks/daggers.webp differ
diff --git a/public/resources/images/icons/resourcepacks/faithful-32x.webp b/public/resources/images/icons/resourcepacks/faithful-32x.webp
index e21b99b..a79e642 100644
Binary files a/public/resources/images/icons/resourcepacks/faithful-32x.webp and b/public/resources/images/icons/resourcepacks/faithful-32x.webp differ
diff --git a/public/resources/images/icons/resourcepacks/low-on-fire.webp b/public/resources/images/icons/resourcepacks/low-on-fire.webp
index d0910cd..a48f0f1 100644
Binary files a/public/resources/images/icons/resourcepacks/low-on-fire.webp and b/public/resources/images/icons/resourcepacks/low-on-fire.webp differ
diff --git a/public/resources/images/icons/resourcepacks/serified-font.webp b/public/resources/images/icons/resourcepacks/serified-font.webp
index 1a53e18..5c6459e 100644
Binary files a/public/resources/images/icons/resourcepacks/serified-font.webp and b/public/resources/images/icons/resourcepacks/serified-font.webp differ
diff --git a/public/servers/index.html b/public/servers/index.html
index 6c1b0c5..78dd88a 100644
--- a/public/servers/index.html
+++ b/public/servers/index.html
@@ -13,7 +13,7 @@
- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
diff --git a/public/settings/index.html b/public/settings/index.html
index 4fd1abc..8bb516a 100644
--- a/public/settings/index.html
+++ b/public/settings/index.html
@@ -14,7 +14,7 @@


- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -34,7 +34,7 @@
Server List
-
+
Mods
diff --git a/public/updates/index.html b/public/updates/index.html
index 03f98ff..27aa4cb 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -13,7 +13,7 @@


- MineXLauncher 1.4
+ MineXLauncher 1.5
@@ -33,7 +33,7 @@
Server List
-
+
Mods
@@ -50,6 +50,9 @@


+ MineXLauncher 1.5
+ hello there
+
MineXLauncher 1.4Added welcome and setup screen
Show changelog when MineXLauncher is updated
diff --git a/public/welcome.html b/public/welcome.html
index 463ab3c..2d8c5be 100644
--- a/public/welcome.html
+++ b/public/welcome.html
@@ -15,7 +15,7 @@
MineXLauncher 1.4
- MineXLauncher 1.4
+ MineXLauncher 1.5
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index 766c186..d9c9e64 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -1,5 +1,5 @@
let selectedVersion: string | undefined;
-const launcherVersion = '1.4';
+const launcherVersion = '1.5';
const theme = {
load: function (themeToLoad?: string) {
@@ -284,13 +284,7 @@ if (window.location.pathname !== '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- - Added welcome and setup screen
- - Show changelog when MineXLauncher is updated
- - Added themes and backgrounds
- - Settings now update automatically without saving them
- - You will now stay on the same page when reloading
- - Username rules have been updated to match Minecraft
- - Added Starlike Client`);
+ - hello there`);
storage.local.set('lastVersion', launcherVersion);
}
});
diff --git a/src/resources/scripts/mods/mods.ts b/src/resources/scripts/mods/mods.ts
index b4579b5..2b74571 100644
--- a/src/resources/scripts/mods/mods.ts
+++ b/src/resources/scripts/mods/mods.ts
@@ -1,29 +1,29 @@
-document.addEventListener('DOMContentLoaded', function () {
- fetch('/resources/data/mods.json')
- .then((response) => response.json())
- .then((data: { mods: { [x: string]: string; icon: string; author: string; description: string }[] }) => {
- const modListElement = document.querySelector('.mod-list');
- data.mods.forEach((mod: { [x: string]: string; icon: string; author: string; description: string }) => {
- const modItem = document.createElement('div');
- modItem.classList.add('mod-item');
- modItem.innerHTML = `
-
-
+document.addEventListener('DOMContentLoaded', async () => {
+ try {
+ const response = await fetch('/resources/data/mods.json');
+ const data = await response.json();
+ const modListElement = document.querySelector('.mod-list');
+
+ data.mods.forEach(({ icon, author, description, displayName, authorLink, repoLink, downloadLink }) => {
+ const modItem = document.createElement('div');
+ modItem.classList.add('mod-item');
+ modItem.innerHTML = `
+
+
+
+
+
+ `;
+ modListElement?.appendChild(modItem);
});
+ } catch (error) {
+ console.error('Error fetching mods:', error);
+ }
});
${displayName}
+By ${author}
+${description}
+
+ Repository
+ Download
-
- `;
- modListElement?.appendChild(modItem);
- });
- })
- .catch((error: unknown) => {
- console.error('Error fetching mods:', error);
+