Skip to content

Commit

Permalink
mods
Browse files Browse the repository at this point in the history
  • Loading branch information
BendieGamer authored May 10, 2024
1 parent 4bec457 commit 24edd5a
Show file tree
Hide file tree
Showing 29 changed files with 89,679 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web_files_unzipped.zip_unzipped/UpdateDownloadSources.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# examples:

# use-proxy: cors proxy here [$url$]
# use-gateway: ipfs gateway here [$cid$,$path$]
# url: url here
# ipfs: cid here
# list: url to another list
Binary file added web_files_unzipped.zip_unzipped/assets.epk
Binary file not shown.
44,260 changes: 44,260 additions & 0 deletions web_files_unzipped.zip_unzipped/classes.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web_files_unzipped.zip_unzipped/classes.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web_files_unzipped.zip_unzipped/classes.js.teavmdbg

Large diffs are not rendered by default.

Binary file added web_files_unzipped.zip_unzipped/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions web_files_unzipped.zip_unzipped/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="EaglercraftX 1.8 test directory HTML page" />
<meta name="keywords" content="eaglercraft, eaglercraftx, minecraft, 1.8, 1.8.8" />
<title>BendieCraft (MODS) 1.8</title>
<meta property="og:locale" content="en-US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="EaglercraftX 1.8" />
<meta property="og:description" content="test directory HTML page" />
<link type="image/png" rel="shortcut icon" href="favicon.png" />
<script type="text/javascript" src="classes.js"></script>
<script type="text/javascript">
"use strict";
window.addEventListener("load", () => {
if(document.location.href.startsWith("file:")) {
alert("HTTP please, do not open this file locally, run a local HTTP server and load it via HTTP");
}else {
const relayId = Math.floor(Math.random() * 3);
window.eaglercraftXOpts = {
enableDownloadOfflineButton: false,
demoMode: false,
container: "game_frame",
assetsURI: "assets.epk",
localesURI: "lang/",
worldsDB: "worlds",
logInvalidCerts: true,
servers: [
{ addr: "ws://localhost:8081/", name: "Local test server" }
],
relays: [
{ addr: "wss://eaglerrelay.glitch.me/", comment: "Bendie Gamer relay #1", primary: relayId === 1 },
{ addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayId == 0 },
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId == 1 },
{ addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId == 2 }
]
};

var q = window.location.search;
if(typeof q === "string" && q.startsWith("?")) {
q = new URLSearchParams(q);
var s = q.get("server");
if(s) window.eaglercraftXOpts.joinServer = s;
}

main();
}
});
</script>
</head>
<body style="margin:0px;width:100vw;height:100vh;overflow:hidden;" id="game_frame">
</body>
</html>
1,778 changes: 1,778 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/en_AU.lang

Large diffs are not rendered by default.

2,517 changes: 2,517 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/en_CA.lang

Large diffs are not rendered by default.

2,515 changes: 2,515 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/en_GB.lang

Large diffs are not rendered by default.

1,490 changes: 1,490 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/fa_IR.lang

Large diffs are not rendered by default.

2,378 changes: 2,378 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/fi_FI.lang

Large diffs are not rendered by default.

1,636 changes: 1,636 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/fil_PH.lang

Large diffs are not rendered by default.

2,517 changes: 2,517 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/fr_CA.lang

Large diffs are not rendered by default.

2,518 changes: 2,518 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/fr_FR.lang

Large diffs are not rendered by default.

1,774 changes: 1,774 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/ga_IE.lang

Large diffs are not rendered by default.

1,565 changes: 1,565 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/gl_ES.lang

Large diffs are not rendered by default.

1,528 changes: 1,528 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/gv_IM.lang

Large diffs are not rendered by default.

1,585 changes: 1,585 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/he_IL.lang

Large diffs are not rendered by default.

1,412 changes: 1,412 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/hi_IN.lang

Large diffs are not rendered by default.

2,517 changes: 2,517 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/hr_HR.lang

Large diffs are not rendered by default.

2,515 changes: 2,515 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/hu_HU.lang

Large diffs are not rendered by default.

1,363 changes: 1,363 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/hy_AM.lang

Large diffs are not rendered by default.

1,836 changes: 1,836 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/id_ID.lang

Large diffs are not rendered by default.

1,891 changes: 1,891 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/is_IS.lang

Large diffs are not rendered by default.

2,517 changes: 2,517 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/it_IT.lang

Large diffs are not rendered by default.

2,517 changes: 2,517 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/ja_JP.lang

Large diffs are not rendered by default.

2,514 changes: 2,514 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/ka_GE.lang

Large diffs are not rendered by default.

2,471 changes: 2,471 additions & 0 deletions web_files_unzipped.zip_unzipped/lang/uk_UA.lang

Large diffs are not rendered by default.

0 comments on commit 24edd5a

Please sign in to comment.