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
- Host: GitHub
- URL: https://github.com/opencraft-studios/opencraft
- Owner: OpenCraft-Studios
- License: bsd-3-clause
- Created: 2024-09-21T10:43:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:05:02.000Z (7 months ago)
- Last Synced: 2024-10-26T02:46:16.972Z (7 months ago)
- Topics: 3d, java, java-game, lwjgl, lwjgl3, minecraft, minecraft-alternative, minecraft-clone, minecraft-hack, minecraft-mods, open-source, opencraft
- Language: Java
- Homepage:
- Size: 148 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.txt
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
ย
![]()
![]()
---
## โ 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)
---
## ๐ง Build
```bash
git clone https://github.com/OpenCraft-Studios/OpenCraft
cd OpenCraft
mvn clean package
java -jar target/opencraft.jar
```---
## โ๏ธ 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].**
## ๐ทโโ๏ธ Contributors
| [](https://github.com/CiroZDP) |  |
|:-----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------:|
| **CiroZDP** | **The community** |---
[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