MineClone JEpC, a voxel-based sandbox game for Minetest
Go to file
Nathan Fritzler a46721d8c5
Remove a bunch of HUD stuff
2022-06-06 21:36:48 -06:00
menu obtimize icons again 2022-02-23 16:30:08 +01:00
mods Remove a bunch of HUD stuff 2022-06-06 21:36:48 -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 documentation 2022-06-06 15:56:25 -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 Minor update to home directory warning in minetest.conf 2021-04-03 05:26:08 +00: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 the collected 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 any block with right click
  • Place cobblestone 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 MineClone2 in development versions of Minetest.

To install MineClone2 (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.

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.

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

  • Tools, weapons (TO BE REMOVED)
  • Armor (TO BE REMOVED)
  • Crafting system: 2×2 grid, crafting table (3×3 grid), furnace, including a crafting guide (TO BE REMOVED)
  • Chests, large chests, ender chests, shulker boxes (TO BE REMOVED)
  • Furnaces, hoppers (TO BE REMOVED)
  • Hunger (TO BE REMOVED)
  • Most monsters and animals (TO BE REMOVED)
  • All ores from Minecraft (TO BE REMOVED)
  • Most blocks in the overworld (TO BE REMOVED)
  • Water and lava (TO BE REMOVED)
  • Weather (TO BE REMOVED)
  • 28 biomes (TO BE REMOVED)
  • The Nether, a fiery underworld in another dimension (TO BE REMOVED)
  • Redstone circuits (partially) (TO BE REMOVED)
  • Minecarts (partial) (TO BE REMOVED)
  • Status effects (partial) (TO BE REMOVED)
  • Experience (TO BE REMOVED)
  • Enchanting (TO BE REMOVED)
  • Brewing, potions, tipped arrow (partial) (TO BE REMOVED)
  • Boats (TO BE REMOVED)
  • Fire (TO BE REMOVED)
  • Buidling blocks: Stairs, slabs, doors, trapdoors, fences, fence gates, walls (TO BE REMOVED)
  • Clock (TO BE REMOVED)
  • Compass (TO BE REMOVED)
  • Sponge (TO BE REMOVED)
  • Slime block (TO BE REMOVED)
  • Small plants and saplings (TO BE REMOVED)
  • Dyes (TO BE REMOVED)
  • Banners (TO BE REMOVED)
  • Deco blocks: Glass, stained glass, glass panes, iron bars, hardened clay (and colors), heads and more (TO BE REMOVED)
  • Item frames (TO BE REMOVED)
  • Jukeboxes (TO BE REMOVED)
  • Beds (TO BE REMOVED)
  • Inventory menu (TO BE REMOVED)
  • Creative inventory (TO BE REMOVED)
  • Farming (TO BE REMOVED)
  • Writable books (TO BE REMOVED)
  • Commands (TO BE REMOVED)
  • Villages (TO BE REMOVED)
  • The End (TO BE REMOVED)
  • And more! (It's a lot of work to remove)

The following features are incomplete: (and might be removed)

  • Some monsters and animals (TO BE REMOVED)
  • Redstone-related things (TO BE REMOVED)
  • Special minecarts (TO BE REMOVED)
  • A couple of non-trivial blocks and items (TO BE REMOVED)

Bonus features (not found in Minecraft 1.12):

  • Built-in crafting guide which shows you crafting and smelting recipes (TO BE REMOVED)
  • In-game help system containing extensive help about gameplay basics, blocks, items and more (TO BE REMOVED)
  • Temporary crafting recipes. They only exist to make some otherwise unaccessible items available when you're not in creative mode. These recipes will be removed as development goes on an more features become available (TO BE REMOVED)
  • Saplings in chests in mapgen v6 (TO BE REMOVED)
  • Fully moddable (thanks to Minetest's powerful Lua API)
  • New blocks and items:
    • Lookup tool, shows you the help for whatever it touches (TO BE REMOVED)
    • More slabs and stairs (TO BE REMOVED)
    • Nether Brick Fence Gate (TO BE REMOVED)
    • Red Nether Brick Fence (TO BE REMOVED)
    • Red Nether Brick Fence Gate (TO BE REMOVED)

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, enemies and other features that shouldn't be there
  • A few items have slightly different names to make them easier to distinguish
  • Different music for jukebox
  • Different textures (Pixel Perfection)
  • Different sounds (various sources)
  • 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