]> 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 * configurable far mesh tree display (boolean)
6 * configurable far mesh rendering distance
7
8 New bricks:
9 * Sandstone (crafted from 4 sand, yields sand)
10 * Cactus (plant that grows on sand)
11 * Clay (found in sand at sea level, yields 4 lumps of clay)
12 * Brick (made from 4 clay bricks, yields 4 clay bricks)
13 * Papyrus (plant that grows in shallow water)
14 * Book shelf (made from 6 wood and 3 books, sandwhiched)
15 * Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
16
17 New materials:
18 * Lump of clay
19 * Clay brick (made from lumps of clay in the furnace)
20 * Paper (made from 3 papyrus horizontally)
21 * Book (made from 3 paper vertically)
22
23 Alternate graphics:
24 * Player
25 * Omsk birds (instead of Oerkki ghosts)
26 * Rat
27 * Glass
28
29 Building on GNU/Linux or OS X:
30     cmake . -DRUN_IN_PLACE=1
31     make -j2
32
33 The “upstream” branch contains vanilla minetest-c55, created using:
34     hg-fast-export -r ~/share/src/games/minetest -o upstream
35     git push origin upstream/master:upstream -f