Update to EaglercraftX 1.8 u39
This commit is contained in:
parent
342bc97dcf
commit
cf0c51fdcf
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
u39
|
|
@ -49,6 +49,14 @@ eaglercraft.editCape.clearCape=Clear List
|
|||
|
||||
eaglercraft.editProfile.importExport=Import/Export
|
||||
|
||||
eaglercraft.defaultUsernameDetected.title=Default Username Detected
|
||||
eaglercraft.defaultUsernameDetected.text0=The username "%s" was auto-generated by Eaglercraft
|
||||
eaglercraft.defaultUsernameDetected.text1=It may already be taken on the largest servers
|
||||
eaglercraft.defaultUsernameDetected.text2=Would you like to pick a different username instead?
|
||||
eaglercraft.defaultUsernameDetected.changeUsername=Change Username
|
||||
eaglercraft.defaultUsernameDetected.continueAnyway=Continue Anyway
|
||||
eaglercraft.defaultUsernameDetected.doNotShow=Do not show again
|
||||
|
||||
eaglercraft.settingsBackup.importExport.title=What do you wanna do?
|
||||
eaglercraft.settingsBackup.importExport.import=Import Profile and Settings...
|
||||
eaglercraft.settingsBackup.importExport.export=Export Profile and Settings...
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -196,6 +196,7 @@ The default eaglercraftXOpts values is this:
|
|||
- `eaglerNoDelay:` can be used to disable "Vigg's Algorithm", an algorithm that delays and combines multiple EaglercraftX packets together if they are sent in the same tick (does not affect regular Minecraft 1.8 packets)
|
||||
- `ramdiskMode:` if worlds and resource packs should be stored in RAM instead of IndexedDB
|
||||
- `singleThreadMode:` if the game should run the client and integrated server in the same context instead of creating a worker object
|
||||
- `enableEPKVersionCheck:` if the game should attempt to bypass the browser's cache and retry downloading assets.epk when its outdated
|
||||
- `hooks:` can be used to define JavaScript callbacks for certain events
|
||||
* `localStorageSaved:` JavaScript callback to save local storage keys (key, data)
|
||||
* `localStorageLoaded:` JavaScript callback to load local storage keys (key) returns data
|
||||
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue