Offline Download

This commit is contained in:
PeytonPlayz595 2024-01-22 12:29:42 -05:00 committed by GitHub
parent 554f270734
commit ff233945dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 59652 additions and 1 deletions

59620
Indev.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,31 @@
<html>
<head>
<title>Minecraft Indev</title>
<script type="text/javascript">
window.addEventListener("load", function() {
window.classicConfig = [
"game_frame",createAssetURI("assets"),
]; main();
});
</script>
<script type="text/javascript">
function createAssetURI(el) {
var eee = document.getElementById(el);
var str = eee.innerText;
eee.remove();
return "data:application/octet-stream;base64," + str.trim();
}
</script>
<script type="text/javascript">
//app.js
</script>
<body style="margin:0px;width:100vw;height:100vh;" id="game_frame">
<div style="display:none;" id="assets">
//Base64 encoded resources
</div>
</body>
</html>

View File

@ -37,7 +37,7 @@ dependencies {
teavm {
compileScopes = null;
minifying = false;
minifying = true;
maxTopLevelNames = 10000;
properties = null;
debugInformationGenerated = false;