From b0fa20df75afc90fd44c48a2a6989e7ad6274af2 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 12 May 2018 17:08:01 +0200 Subject: [PATCH] List incomplete items in README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb611fc..e6825609 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,20 @@ The following items are interesting for Creative Mode and for adventure map builders. They can not be obtained in-game or in the creative inventory. * Barrier: `mcl_core:barrier` -* Minecart with Command Block (does not work yet): `mcl_minecarts:command_block_minecart` Use the `/giveme` chat command to obtain them. See the in-game help for an explanation. +#### Incomplete items +These items do not work yet, but you can get them with `/giveme` for testing: + +* Fishing Rod: `mcl_fishing:fishing_rod` +* Activator Rail: `mcl_minecarts:activator_rail` +* Minecart with Chest: `mcl_minecarts:chest_minecart` +* Minecart with Furnace: `mcl_minecarts:furnace_minecart` +* Minecart with Hopper: `mcl_minecarts:hopper_minecart` +* Minecart with Command Block: `mcl_minecarts:command_block_minecart` + ## Installation This game requires [Minetest](http://minetest.net) 0.4.16 (or later) to run, so you need to install Minetest first. Only stable versions of Minetest are