This Project is a clone for classic.minecraft.net. Owner of this Repo (CodeWhiteWeb) doesn't have any rights to this project.
This is a project meant to document the functions and code of classic.minecraft.net. This is the original code of classic.minecraft.net.
Clone the repo and run start-server.bat, or run http-server on the working directory. Then, connect to the server using localhost:8080 in your preferred browser. If the server doesn't start try with python localhost server.
- If Python version returned above is 3.X
- On Windows, try
python -m http.server
orpy -3 -m http.server
- If Python version returned above is 2.X
python -m SimpleHTTPServer
If you want to contribute, please open an issue or pull request.
- You can change the texture of anyblock or hotbar item by changing the files in
assets\textures
and for hotbar itemsassets\textures\previews
I am working on Multiplayer, and I will be adding a new feature soon. (multiplayer will be hosted online so you don't have to download the files)