MineClone JEpC, a voxel-based sandbox game for Minetest
Go to file
Nathan Fritzler 6a79969f7d
Add all uncommited changes
2022-06-11 11:47:41 -06:00
menu obtimize icons again 2022-02-23 16:30:08 +01:00
mods Add all uncommited changes 2022-06-11 11:47:41 -06:00
tools Update documentation 2022-06-06 15:56:25 -06:00
.gitignore add `.blend2` and `.blend3` files to gitignore 2022-02-24 10:16:48 +01:00
.luacheckrc [mcl_mobs] fix some warnings (131 remaining!) 2021-05-25 00:37:02 +02:00
API.md Update documentation 2022-06-06 15:56:25 -06:00
CONTRIBUTING.md Update documentation 2022-06-06 15:56:25 -06:00
CREDITS.md Update documentation 2022-06-06 15:56:25 -06:00
GROUPS.md Update documentation 2022-06-06 15:56:25 -06:00
LEGAL.md Update documentation 2022-06-06 15:56:25 -06:00
LICENSE.txt Move project overall license to GNU GPLv3 2020-05-30 19:34:36 +02:00
README.md Update a bit of text 2022-06-09 19:57:58 -06:00
description.txt Update documentation 2022-06-06 15:56:25 -06:00
game.conf Update documentation 2022-06-06 15:56:25 -06:00
minetest.conf Update a bit of text 2022-06-09 19:57:58 -06:00

README.md

MineCloneJEpC

An unofficial Minecraft-like game for Minetest. Forked from MineClone 2 by Wuzzy. Developed by many people. Not developed or endorsed by Mojang AB.

Version: 0 (in development)

SPECIFIC VERSION OF MINECRAFT CLONED: old_alpha rd-132211

Gameplay

You start in a flat world made entirely of cubes. You can explore the world and dig almost every block in the world, and can use cobblestone to create new structures.

Keeping true to the exact version of Minecraft that this is cloning, it's pretty bare. There are only grass and cobblestone blocks. Press the action key to respawn.

Gameplay summary

  • Sandbox-style gameplay, no goals
  • Use blocks to create great buildings, your imagination is the limit
  • You can build almost anything for free (no cost) and without limit

How to play (quick start)

Getting started

  • Mine with right click
  • Place with left click
  • Walk around

Farming

None built-in.

Furnace

None built-in.

Additional help

None built-in.

Special items

None built-in.

Installation

This game requires Minetest to run (version 5.4.1 or later). Older versions might work, but this is untested. So you need to install Minetest first. Only stable versions of Minetest are officially supported. There is no support for running MineCloneJEpC on development versions of Minetest.

To install MineCloneJEpC (if you haven't already), move this directory into the “games” directory of your Minetest data directory. Consult the help of Minetest to learn more.

Here's the Minecraft wiki page on the version of Minecraft that this is cloning.

https://minecraft.fandom.com/wiki/Java_Edition_pre-Classic_rd-132211

Target

  • Crucially, create a stable, moddable, free/libre clone of Minecraft old_alpha rd-132211 based on the Minetest engine with polished features. No other features will be added.
  • Optionally, create a performant experience that will run relatively well on really low spec computers. Unfortunately, due to Minecraft's mechanisms and Minetest engine's limitations along with a very small playerbase on low spec computers, optimizations are hard to investigate.

Completion status

This game is currently in pre-alpha stage. It is playable, but has too many features. Backwards-compability is not entirely guaranteed, updating your world might cause small bugs.

These things need figured out, and I don't know how to do them:

  • In this edition of minecraft, a left-click places, and a right-click mines. (opposite of later versions, and of Minetest defaults)
  • A way for modpacks to change values in game.conf (This will only effect how mods expanding this game function)
    • mapgen
    • gamemodes

The following main features are available (including features I must now remove):

  • Blocks in the overworld
  • Weather (TO BE REMOVED)
  • Status effects (partial) (TO BE REMOVED)
  • Experience (TO BE REMOVED)
  • Enchanting (TO BE REMOVED)
  • Buidling blocks: Stone, Dirt
  • Commands (TO BE REMOVED)
  • Fully moddable (thanks to Minetest's powerful Lua API)
  • And more! (It's a lot of work to remove)

Technical differences from Minecraft:

  • Height limit of ca. 31000 blocks (much higher than in Minecraft)
  • Horizontal world size is ca. 62000×62000 blocks (much smaller than in Minecraft, but it is still very large)
  • Still very incomplete and buggy
  • Blocks, items and other features that shouldn't be there
  • A few items have slightly different names to make them easier to distinguish
  • Different textures (Pixel Perfection)
  • Different sounds (various sources) (TO BE REMOVED)
  • Different engine (Minetest)
  • Different easter eggs

… and finally, MineClone2 is free software (“free” as in “freedom”)!

Other readme files

  • LICENSE.txt: The GPLv3 license text
  • CONTRIBUTING.md: Information for those who want to contribute
  • API.md: For Minetest modders who want to mod this game
  • LEGAL.md: Legal information
  • CREDITS.md: List of everyone who contributed