From 20bd91a14e43e80ee800c010d2ff85a2940b8e21 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 13 Apr 2021 08:35:09 +0200 Subject: [PATCH 1/2] Restore info about bonus features --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f1e3ceed..1ccc3f979 100644 --- a/README.md +++ b/README.md @@ -161,9 +161,16 @@ The following features are incomplete: Bonus features (not found in Minecraft 1.12): * Built-in crafting guide which shows you crafting and smelting recipes +* In-game help system containing extensive help about gameplay basics, blocks, items and more * 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 * Saplings in chests in mapgen v6 * Fully moddable (thanks to Minetest's powerful Lua API) +* New blocks and items: + * Lookup tool, shows you the help for whatever it touches + * More slabs and stairs + * Nether Brick Fence Gate + * Red Nether Brick Fence + * Red Nether Brick Fence Gate Technical differences from Minecraft: From 422385ad028f48849e16e9981922d72108cc7ec6 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 13 Apr 2021 08:37:23 +0200 Subject: [PATCH 2/2] Remove obsolete faithful flavor --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ccc3f979..7d860d2c8 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,9 @@ The main goal of **MineClone 2** is to be a clone of Minecraft and to be release * Limitations found in Minetest will be documented in the course of development * Features of later Minecraft versions are collected in the mineclone5 branch -## Different flavors of MineClone2 -* Faithful: Includes original additions and bonus features Wuzzy made (https://git.minetest.land/MineClone2/MineClone2/src/branch/faithful) -* MineClone5: Includes original additions and bonus features Wuzzy made, plus features from Minecraft versions > 1.12 (https://git.minetest.land/MineClone2/MineClone2/src/branch/mineclone5) +## Using features from newer versions of Minecraft +For > 1.12 features, checkout MineClone5. It includes features from newer Minecraft versions. +Download it here: https://git.minetest.land/MineClone2/MineClone2/src/branch/mineclone5 ## Completion status This game is currently in **beta** stage.