Skip to content

Commit

Permalink
Update BendieCraftRemastered.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BendieGamer committed Nov 8, 2024
1 parent 98a3b39 commit bb34c9c
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions BendieCraftRemastered.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,6 @@



<!--

This file is from 11/05/2024, there is no official eagler download link anymore, check the websites and discords of your favorite eagler servers for new versions

Be aware that some server owners are lazy and do not update their client regularly

Compile it yourself here: https://gitlab.com/lax1dude/eaglercraftx-1.8/

-->











Expand All @@ -30,10 +13,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="description" content="EaglercraftX 1.8 Offline" />
<meta name="keywords" content="eaglercraft, eaglercraftx, minecraft, 1.8, 1.8.8" />
<title>EaglercraftX 1.8</title>
<title>BendieCraft Remastered</title>
<meta property="og:locale" content="en-US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="EaglercraftX 1.8 Offline" />
<meta property="og:title" content=BendieCraft Remastered" />
<meta property="og:description" content="this file is not a website, whoever uploaded it to this URL is a dumbass" />
<script type="text/javascript">
"use strict";
Expand All @@ -44,9 +27,12 @@
window.eaglercraftXOpts = {
container: "game_frame",
worldsDB: "worlds",
enableDownloadOfflineButton: false,
allowBootMenu: false,
allowUpdateDL: false,
relays: [
{ 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://eaglerrelay.glitch.me/", comment: "lax1dude relay #1", primary: relayId == 1 },
{ addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayId == 0 },
{ addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId == 2 }
]
};
Expand Down

0 comments on commit bb34c9c

Please sign in to comment.