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
- Host: GitHub
- URL: https://github.com/codewhiteweb/minecraft-classic
- Owner: CodeWhiteWeb
- License: mit
- Created: 2021-12-26T09:01:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T09:08:59.000Z (about 4 years ago)
- Last Synced: 2025-03-26T08:47:38.758Z (10 months ago)
- Language: JavaScript
- Size: 6.47 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)