A roughly calculated clone of Minecraft
Explore the docs »
Report Bugs
·
Download
·
Feature Request
Warning
This project IS NOT affiliated with Mojang or other minecraft product.
This is just a hobby and I do not take care of any uses provided to this utility.
FOR SUPPORT:
https://github.com/OpenCraft-Studios/Java-Edition/issues/
FOR CONTRIBUTING:
https://github.com/OpenCraft-Studios/Java-Edition/pulls
OpenCraft is a game programmed in Java, it has the same motor (LWJGL 2 + Java 17) that Minecraft.
I created this project because Minecraft is closed-source. I know that you can decompile it, but modification and redistribution of a modified copy of Minecraft is actually illegal. So I created a clone of Minecraft that allows modification and redistribution.
I want to create a community around this project, I hope that you can be part of that community forking the repository or simply, bring us a star ❤️
We already have prebuilt jars. They can be downloaded here.
java -cp OpenCraft.jar;libraries.jar; net.opencraft.OpenCraft --gameDir opcraft
#!/bin/bash
java -cp OpenCraft.jar:libraries.jar: net.opencraft.OpenCraft --gameDir opcraft/
You can:
- Make modifications of this project. (includes modifying texture, resources, classes,...)
- Redistribute that modifications. (without impersonating anyone)
- Give yourself part of the credits. (but giving most of the credits to the original authors)
- Obfuscate some parts of the code to promote security. (authentication purposes,...)
You must not:
- Sell the game or its modifications.
- Change the license document.
- Put malware in the code of this repository or any forks of it.
- Impersonate authors of the project.
You must:
- Give credits to the original authors of this project.
The full license is at BSL 1.0.
CiroZDP | The community |