mirror of
https://github.com/catfoolyou/Alpha-1.1.2_01.git
synced 2025-06-03 21:20:57 -05:00
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
# Alpha 1.1.2_01
|
|
TeaVM port of Minecraft Alpha 1.1.2_01 using u50 classes from EaglercraftX
|
|
|
|
Alpha minecraft uses a 5-world save scheme, so you're limited to a maximum of 5 worlds at any time in singleplayer.
|
|
|
|
### Download locally: [Singleplayer_Offline_Download_Version.html](javascript/Eaglercraft_Alpha_1.1.2_01.html)
|
|
|
|
## Compiling
|
|
|
|
Like the 1.5.2 Eaglercraft (and my 1.6.4 port), just import this entire repository as a gradle project and run `CompileJS.sh`. It will generate a `classes.js` in the `javascript` folder of this repository.
|
|
|
|
To change any textures and stuff, make your changes in `lwjgl-rundir/resources` and then run `CompileEPK.sh` to generate a new `assets.epk` in the `javascript` folder where `classes.js` is. Copy the new `javascript/assets.epk` onto your website over the old one to update it.
|
|
|
|
**Make sure you install java and add it to your PATH, or these scripts will not work.**
|
|
|
|
# Multiplayer
|
|
When setting up a multiplayer server use Peyton's [Beta Proxy](https://github.com/PeytonPlayz595/betaProxy/) with a vanilla Alpha 1.1.2 server, available [here]([https://files.betacraft.uk/server-archive/beta/b1.4_01.jar](https://files.betacraft.uk/server-archive/alpha/a0.2.1.jar))
|
|
|
|
Make sure `online-mode` is set to `false` in the server config, and set the PVN to 2 in the BetaProxy config
|