From: Nils Dagsson Moskopp Date: Sun, 29 May 2011 17:03:05 +0000 (+0200) Subject: + README in main directory X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ed81aa8aaefa968aae2c4f7e202e96ec568087e1;p=zefram%2Fminetest%2Fminetest_engine.git + README in main directory --- diff --git a/README b/README new file mode 100644 index 00000000..e3e3a349 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +Minetest Δ (“Minetest Delta”) is a fork of Minetest-c55 , 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