merged the content type extension and delta
[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
5 * configurable far mesh tree display (boolean)
6 * configurable far mesh rendering distance
7 * volumetric clouds (using fake shading)
8 * translation support (including questionable translation into german)
9 * build system uses local jthread & sqlite libraries if available
10
11 New bricks:
12 * Sandstone (crafted from 4 sand, yields sand)
13 * Cactus (plant that grows on sand)
14 * Clay (found in sand at sea level, yields 4 lumps of clay)
15 * Brick (made from 4 clay bricks, yields 4 clay bricks)
16 * Papyrus (plant that grows in shallow water)
17 * Book shelf (made from 6 wood and 3 books, sandwhiched)
18 * Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
19
20 New materials:
21 * Lump of clay
22 * Clay brick (made from lumps of clay in the furnace)
23 * Paper (made from 3 papyrus horizontally)
24 * Book (made from 3 paper vertically)
25
26 Alternate graphics:
27 * Player
28 * Omsk birds (instead of Oerkki ghosts)
29 * Rat
30 * Glass
31 * Heart
32
33 Building on GNU/Linux or OS X:
34     cmake . -DRUN_IN_PLACE=1
35     make -j2
36
37 The “upstream” branch contains vanilla minetest-c55, created using:
38     hg-fast-export -r ~/share/src/games/minetest -o upstream
39     git push origin upstream/master:upstream -f
40
41 All new/replaced graphics done by erlehmann are dual-licensed under GPL (version 2 or, at your option, any later version) and CC-BY-SA (version 3.0 or, at your option, any later version).