1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

spoof url

This commit is contained in:
zumbiepig
2024-09-02 10:19:35 -07:00
parent bfa9977a8f
commit 71999367c6
11 changed files with 24 additions and 26 deletions

View File

@@ -6,6 +6,7 @@
<script type = text/javascript>
window.addEventListener("load", function() {
window.assetsURI = createAssetURI("assets");
history.replaceState({}, '', '/');
main();
});
</script>

View File

@@ -14,6 +14,7 @@
gameContainer: 'game_frame',
assetsLocation: '/game/web/main/a1.2.6/resources.mc',
};
history.replaceState({}, '', '/');
main();
});

View File

@@ -14,6 +14,7 @@
gameContainer: 'game_frame',
assetsLocation: '/game/web/main/b1.7.3/resources.mc',
};
history.replaceState({}, '', '/');
main();
});
</script>

View File

@@ -11,6 +11,7 @@
<script>
window.addEventListener('load', function () {
window.classicConfig = ['game_frame', '/game/web/main/classic/resources.mc'];
history.replaceState({}, '', '/');
main();
});
</script>

View File

@@ -11,6 +11,7 @@
<script>
window.addEventListener('load', function () {
window.classicConfig = ['game_frame', '/game/web/main/indev/resources.mc'];
history.replaceState({}, '', '/');
main();
});
</script>

View File

@@ -11,6 +11,7 @@
<script>
window.addEventListener('load', function () {
window.minecraftOpts = ['game_frame', '/game/web/main/infdev/resources.epk'];
history.replaceState({}, '', '/');
main();
});
</script>