Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.14 KB

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)