A lightweight, singleplayer-only Minecraft clone.
 
 
Go to file
Caroline Bell 9c381669cf
Update Readme.MD
Added stretch goals
2020-07-19 21:23:00 -07:00
.settings Moved the new code from halotroop/Ginger3D 2020-03-08 21:12:31 -07:00
libs Moved the new code from halotroop/Ginger3D 2020-03-08 21:12:31 -07:00
src/main Moved the new code from halotroop/Ginger3D 2020-03-08 21:12:31 -07:00
.classpath Moved the new code from halotroop/Ginger3D 2020-03-08 21:12:31 -07:00
.gitignore Moved the new code from halotroop/Ginger3D 2020-03-08 21:12:31 -07:00
.project Maven setup 2019-09-16 19:35:18 -07:00
LICENSE Add GPLv3 License 2020-02-01 19:50:23 -08:00
Readme.MD Update Readme.MD 2020-07-19 21:23:00 -07:00
pom.xml Moved the new code from halotroop/Ginger3D 2020-03-08 21:12:31 -07:00

Readme.MD

Discord Commit activity Issues

LiteCraft

A lightweight voxel game engine built on the Ginger3D game engine created by hYdos.
I (halotroop2288) created this project because of the drama in the Minecraft modding community around mappings and the consensus that Mojang does not write good code or make very good or popular decisions regarding the direction of the game. (For instance promising a full native modding API for years, but instead giving us "datapacks", or choosing not to implement some features because "they don't add to the experience," but adding other features regardless of that rule)
I feel it is very preferable to have our own codebase than work around one that everyone seems to dislike, which is always changing, and forcing us to adapt.

Goals:

  • Create an open-source alternative to the most popular game in the world, Minecraft.
  • Keep the game's code as small as possible, utilizing libraries above original code as often as possible.

Planned Features

  1. Feature parity with Minecraft, such as:
  • Gameplay: crafting, combat, and exploration, sandbox building
  • World: Procedural generation, multiple dimensions
  1. Extra features for modders,
  • Full access to modify source code and submit pull requests to be adopted into the main game
  • Modular structure to allow for easy additions of blocks, items, effects, shaders, etc.

Stretch goals

  1. Minecraft: Java Edition server cross-compatability (if LiteCraft ever gains multiplayer)
  2. Full support of Fabric Mod Loader (It should already support all Java games by default, but sometimes has dependency issues)
  3. Full support of other Minecraft mod loaders (this would be the job of their devs, not us.)

Stale

Yes, this project is getting stale. The code hasn't been worked on for some time by the main team, as we have mostly disbanded. If you would like to see this project continue, contribute to the game! Submit a pull request, or join the Discord if you want to become a memeber the main team. All will be considered.

LICENSE

This project is licensed under the GNU General Public License Version 3.0
For details see LICENSE
GPLv3 or later