From bdf4fd240be44772fc2c80440f422c6164530166 Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:40:43 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0aaad3e..1c8befb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ If you do decide to use this version (not recommended) just download the Alpha v # Texture Packs This is pretty much self explanitory, just make sure that the texture pack has the same file structure as in `resources/`, and then add the files to a ZIP archive, if a texture pack does not work then most likely it is not for this version of Minecraft. You're probably gonna have to make your own texture pack because texture packs for Alpha are very rare these days. +# Hosting a client +If you make your own client or just want to host one yourself just upload the contents of the `web/` folder to a web server, I use [Simple Web Server](https://simplewebserver.org/) but feel free to use any web server. You can also use NGROK if you want, just set the file location to the web folder. + +Note: For multiplayer to work over https (wss), you will need a valid SSL certificate. + # How to decompile older Minecraft versions To decompile older Minecraft versions you can use RetroMCP!