An open API service indexing awesome lists of open source software.

https://github.com/opencraft-studios/opencraft

A roughly calculated clone of Minecraft
https://github.com/opencraft-studios/opencraft

3d java java-game lwjgl lwjgl3 minecraft minecraft-alternative minecraft-clone minecraft-hack minecraft-mods open-source opencraft

Last synced: about 1 month ago
JSON representation

A roughly calculated clone of Minecraft

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MPL License][license-shield]][license-url]







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.


## โœ… Getting started
**OpenCraft** is a game programmed in Java, using the same tools (LWJGL 3 + Java 21) as 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 :heart:

---


Screenshots





PNGย 
PNG



PNG

[ โ†‘ Back to top โ†‘ ]

---

## โ˜• Download
[Windows Installer](https://github.com/OpenCraft-Studios/OpenCraft/releases/download/auto-release/opencraft-windows.bat)

[Latest .jar](https://github.com/OpenCraft-Studios/OpenCraft/releases/download/auto-release/opencraft.jar)

[ โ†‘ Back to top โ†‘ ]

---

## ๐Ÿšง Build

```bash
git clone https://github.com/OpenCraft-Studios/OpenCraft
cd OpenCraft
mvn clean package
java -jar target/opencraft.jar
```

[ โ†‘ Back to top โ†‘ ]

---

## โš–๏ธ 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][license-url].**

[ โ†‘ Back to top โ†‘ ]


## ๐Ÿ‘ทโ€โ™‚๏ธ Contributors
| [![CiroZDP](https://avatars.githubusercontent.com/u/161502824?v=4)](https://github.com/CiroZDP) | ![Community](https://cdni.iconscout.com/illustration/free/thumb/free-community-2103591-1768087.png) |
|:-----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------:|
| **CiroZDP** | **The community** |

[ โ†‘ Back to top โ†‘ ]

---

[contributors-shield]: https://img.shields.io/github/contributors/OpenCraft-Studios/OpenCraft.svg?style=for-the-badge
[contributors-url]: https://github.com/OpenCraft-Studios/OpenCraft/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/OpenCraft-Studios/OpenCraft.svg?style=for-the-badge
[forks-url]: https://github.com/OpenCraft-Studios/OpenCraft/network/members
[stars-shield]: https://img.shields.io/github/stars/OpenCraft-Studios/OpenCraft.svg?style=for-the-badge
[stars-url]: https://github.com/OpenCraft-Studios/OpenCraft/stargazers
[issues-shield]: https://img.shields.io/github/issues/OpenCraft-Studios/OpenCraft.svg?style=for-the-badge
[issues-url]: https://github.com/OpenCraft-Studios/OpenCraft/issues
[license-shield]: https://img.shields.io/github/license/OpenCraft-Studios/OpenCraft.svg?style=for-the-badge
[license-url]: https://github.com/OpenCraft-Studios/OpenCraft/blob/main/LICENSE.txt