BreakingLead / blockworld

A new minecraft-like game implementation. It aims to be source code-level compatible for minecraft mods.
MIT License
73 stars 0 forks source link

The development is still in progress.

We won't give up this project but the maintainer is busy at another project recently.

Blockworld

(Currently Indev & Not Playable)

TL;DR: Blockworld is a modern Minecraft (Java Version) implementation which has better performance, and minecraft modders can easily port their mods into this minecraft implementation.

Todo List (2024-08-21):

Contributing

We basically organize the code based on the same structure as minecraft. And keep the code extremely clean and readable.

Every big module will contain a README.md file to explain the purpose of the module.

It's different from rust's module documentation, which the readme is more like a brief introduction to the motivation of the module, in order to attract more contributors.

What does Blockworld do

What doesn't Blockworld do

Current Progress:

Minecraft is Dying

Minecraft, as a popular game, has been loved for many years. Its huge community created plenty of various mods and gameplay. Ironically, mojang seems not to know that not everybody likes their tedious updates -- axolotls, suspicious sands, wolves. Do we really need them? Isn't mods like Create better than offical updates? Minecraft should be like lego bricks, like a playground, like a game framework, rather than a boring RPG game. If it has to be a RPG game, it should be done by mods like twilight forest.

That's why I decided to make a new minecraft, which is suckless.

Our goal is giving the ability of making new gameplays.