]> git.lizzy.rs Git - dragonfireclient.git/blob - README
Merge remote-tracking branch 'upstream/master'
[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 bricks:
4 * Sandstone (crafted from 4 sand, yields sand)
5 * Cactus (plant that grows on sand)
6 * Clay (found in sand at sea level, yields 4 lumps of clay)
7 * Brick (made from 4 clay bricks, yields 4 clay bricks)
8
9 New materials:
10 * Lump of clay
11 * Clay brick (made from lumps of clay in the furnace)
12
13 Alternate graphics:
14 * Player
15 * Omsk birds (instead of Oerkki ghosts)
16 * Rat
17 * Glass
18
19 Building on GNU/Linux or OS X:
20     cmake . -DRUN_IN_PLACE=1
21     make -j2