An open API service indexing awesome lists of open source software.

https://github.com/codewhiteweb/minecraft-classic

Open source code of classic.minecraft.net
https://github.com/codewhiteweb/minecraft-classic

Last synced: 10 months ago
JSON representation

Open source code of classic.minecraft.net

Awesome Lists containing this project

README

          

# Minecraft classic Open source
This Project is a clone for classic.minecraft.net.
Owner of this Repo (*CodeWhiteWeb*) doesn't have any rights to this project.

# Minecraft Classic Reversed
This is a project meant to document the functions and code of classic.minecraft.net.
This is the original code of classic.minecraft.net.

# Usage
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` or `py -3 -m http.server`
- If Python version returned above is 2.X
`python -m SimpleHTTPServer`

# Contributing
If you want to contribute, please open an issue or pull request.

# Fun
- You can change the texture of anyblock or hotbar item by changing the files in `assets\textures` and for hotbar items `assets\textures\previews`

# Future
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)