]> git.lizzy.rs Git - minetest.git/blobdiff - README
* changed GUI to indicate Minetest Δ
[minetest.git] / README
diff --git a/README b/README
index c2738894c32782875060fc30dc54106eb4c69584..6c7b2214c74a7c5175367e2156e57593269ccfb1 100644 (file)
--- a/README
+++ b/README
@@ -2,6 +2,8 @@ Minetest Δ (“Minetest Delta”) is a fork of Minetest-c55 <http://celeron.55.
 
 New features:
 * Submenu for key assignment (changes apply after restart)
+* configurable far mesh tree display (boolean)
+* configurable far mesh rendering distance
 
 New bricks:
 * Sandstone (crafted from 4 sand, yields sand)
@@ -9,10 +11,14 @@ New bricks:
 * Clay (found in sand at sea level, yields 4 lumps of clay)
 * Brick (made from 4 clay bricks, yields 4 clay bricks)
 * Papyrus (plant that grows in shallow water)
+* Book shelf (made from 6 wood and 3 books, sandwhiched)
+* Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
 
 New materials:
 * Lump of clay
 * Clay brick (made from lumps of clay in the furnace)
+* Paper (made from 3 papyrus horizontally)
+* Book (made from 3 paper vertically)
 
 Alternate graphics:
 * Player
@@ -23,3 +29,7 @@ Alternate graphics:
 Building on GNU/Linux or OS X:
     cmake . -DRUN_IN_PLACE=1
     make -j2
+
+The “upstream” branch contains vanilla minetest-c55, created using:
+    hg-fast-export -r ~/share/src/games/minetest -o upstream
+    git push origin upstream/master:upstream -f