Releases: MathieuR-L/Minecraft_Clone
Releases · MathieuR-L/Minecraft_Clone
🔖 v1.0.0
What's out the box
Minecraft Clone Server
The server game version needed to connect a client. By default the server port is 50000. You can change it with the following command.
java -jar MinecraftServer.jar -p <port>
Minecraft Clone Client
The game itself, it needs to be launch at the same root as the res folder
res/
src/
MinecraftClone.jar
The res folder contains a client-config.json that can be modified to connect to a different server (which is by default localhost:50000)
To run the game, you will need an username and a skin PNG. You can use them with the following command :
java -jar MinecraftClient.jar --name <name> --skin path/to/skin.png