Merge remote-tracking branch 'upstream/master'
authorteddydestodes <derkomtur@schattengang.net>
Wed, 1 Jun 2011 17:47:10 +0000 (19:47 +0200)
committerteddydestodes <derkomtur@schattengang.net>
Wed, 1 Jun 2011 17:47:10 +0000 (19:47 +0200)
README

diff --git a/README b/README
index e3e3a3491d639de77b3dd0aab9ace3d684ccdd6e..70d1104233bf356674377ac05a98be5f533ef5df 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,14 @@
 Minetest Δ (“Minetest Delta”) is a fork of Minetest-c55 <http://celeron.55.lt/~celeron55/minetest/>, incorporating experimental features that are not (yet) included in Minetest-c55.
 
 New bricks:
-* Sandstone (crafted from 4 sand)
+* Sandstone (crafted from 4 sand, yields sand)
+* Cactus (plant that grows on sand)
+* Clay (found in sand at sea level, yields 4 lumps of clay)
+* Brick (made from 4 clay bricks, yields 4 clay bricks)
+
+New materials:
+* Lump of clay
+* Clay brick (made from lumps of clay in the furnace)
 
 Alternate graphics:
 * Player
@@ -9,6 +16,6 @@ Alternate graphics:
 * Rat
 * Glass
 
-Building on GNU/Linux:
+Building on GNU/Linux or OS X:
     cmake . -DRUN_IN_PLACE=1
     make -j2