+ README in main directory
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>
Sun, 29 May 2011 17:03:05 +0000 (19:03 +0200)
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>
Sun, 29 May 2011 17:03:59 +0000 (19:03 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..e3e3a34
--- /dev/null
+++ b/README
@@ -0,0 +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)
+
+Alternate graphics:
+* Player
+* Omsk birds (instead of Oerkki ghosts)
+* Rat
+* Glass
+
+Building on GNU/Linux:
+    cmake . -DRUN_IN_PLACE=1
+    make -j2