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