Resent Fix
This commit is contained in:
parent
3935a6ffa4
commit
089b95d45a
2
play/README.md
Normal file
2
play/README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Resent4-Patch4
|
||||||
|
Resent Client 4.0 Patch 4
|
@ -11,8 +11,8 @@
|
|||||||
<meta property="og:title" content="Resent 1.8" />
|
<meta property="og:title" content="Resent 1.8" />
|
||||||
<meta property="og:description" content="Resent 1.8" />
|
<meta property="og:description" content="Resent 1.8" />
|
||||||
<link type="image/png" rel="shortcut icon" href="favicon.png" id="favicon"/>
|
<link type="image/png" rel="shortcut icon" href="favicon.png" id="favicon"/>
|
||||||
<script type="text/javascript" src="./classes.js"></script>
|
<!-- <script type="text/javascript" src="./classes.js"></script> -->
|
||||||
<script src="/js/ga4.js"></script>
|
<script type="text/javascript" src="https://cloud-6l3g9bwmz-hack-club-bot.vercel.app/04p4classes.js"></script>
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Aller;
|
font-family: Aller;
|
||||||
@ -305,16 +305,26 @@
|
|||||||
window.eaglercraftXOpts = {
|
window.eaglercraftXOpts = {
|
||||||
container: "game_frame",
|
container: "game_frame",
|
||||||
//for vercel badwidth limit
|
//for vercel badwidth limit
|
||||||
assetsURI: "https://radioactivepotato.github.io/cdn/resent4p4-assets.epk",
|
assetsURI: "https://cloud-1vzriwlum-hack-club-bot.vercel.app/04p4assets.epk",
|
||||||
//assetsURI: "assets.epk",
|
//assetsURI: "assets.epk",
|
||||||
localesURI: "lang/",
|
localesURI: "lang/",
|
||||||
servers: [
|
servers: [
|
||||||
{ addr: "Coming Soon.", name: "CactusSMP" },
|
{ addr: "wss://mc.arch.lol/", name: "ArchMC" },
|
||||||
|
{ addr: "wss://ep.rufan.tech", name: "TimeLegacy"},
|
||||||
|
{ addr: "wss://play.ragexwaternet.online", name: "Water Network"},
|
||||||
|
{ addr: "wss://mc.asspixel.net/", name: "Ass Pixel" },
|
||||||
|
{ addr: "wss://vanillacraft.kones.tech/", name: "VanillaMC Legacy" },
|
||||||
|
{ addr: "wss://clever-teaching.com", name: "Clever Teaching" },
|
||||||
|
{ addr: "wss://ggsmp.net", name: "GG SMP"}
|
||||||
],
|
],
|
||||||
demoMode: false,
|
demoMode: false,
|
||||||
worldsDB: "worlds",
|
worldsDB: "worlds",
|
||||||
logInvalidCerts: true,
|
logInvalidCerts: true,
|
||||||
relays: []
|
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://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayId == 2 }
|
||||||
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
var q = window.location.search;
|
var q = window.location.search;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user