The development is still in progress.
We won't give up this project but the maintainer is busy at another project recently.
(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.
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.
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.