Skip to content

OpenCraft-Studios/Java-Edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MPL License



OpenCraft

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


✅ Getting started

OpenCraft is a game programmed in Java, it has the same motor (LWJGL 2 + Java 17) that Minecraft.

Why this project? 🤔

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 ❤️

Screenshots


GIF  PNG

PNG

+6 languages


☕ Downloading

We already have prebuilt jars. They can be downloaded here.

Windows
java -cp OpenCraft.jar;libraries.jar; net.opencraft.OpenCraft --gameDir opcraft
Bash
#!/bin/bash
java -cp OpenCraft.jar:libraries.jar: net.opencraft.OpenCraft --gameDir opcraft/

⚖️ License

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.


👷‍♂️ Developers

CiroZDP Community
CiroZDP The community