13cab5d3b11e85664c342c463f434ea2a5b892dc
[oweals/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 * Papyrus (plant that grows in shallow water, yields paper)
12 * Book shelf (made from 6 wood and 3 books, sandwhiched)
13 * Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
14
15 New materials:
16 * Lump of clay
17 * Clay brick (made from lumps of clay in the furnace)
18 * Paper
19 * Book (made from 3 paper)
20
21 Alternate graphics:
22 * Player
23 * Omsk birds (instead of Oerkki ghosts)
24 * Rat
25 * Glass
26
27 Building on GNU/Linux or OS X:
28     cmake . -DRUN_IN_PLACE=1
29     make -j2
30
31 The “upstream” branch contains vanilla minetest-c55, created using:
32     hg-fast-export -r ~/share/src/games/minetest -o upstream
33     git push origin upstream/master:upstream -f