]> git.lizzy.rs Git - minetest.git/blob - README
* README updated
[minetest.git] / README
1 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.
2
3 New features:
4 * Submenu for key assignment (changes apply after restart)
5
6 New bricks:
7 * Sandstone (crafted from 4 sand, yields sand)
8 * Cactus (plant that grows on sand)
9 * Clay (found in sand at sea level, yields 4 lumps of clay)
10 * Brick (made from 4 clay bricks, yields 4 clay bricks)
11
12 New materials:
13 * Lump of clay
14 * Clay brick (made from lumps of clay in the furnace)
15
16 Alternate graphics:
17 * Player
18 * Omsk birds (instead of Oerkki ghosts)
19 * Rat
20 * Glass
21
22 Building on GNU/Linux or OS X:
23     cmake . -DRUN_IN_PLACE=1
24     make -j2