]> git.lizzy.rs Git - minetest.git/blob - README
Merge branch 'master' of github.com:erlehmann/minetest-delta
[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 Currently it is considered the unstable development branch of Minetest-c55, which means almost everything is merged upstream from Minetest Δ.
3
4 New features:
5 * refactored liquids (currently broken, water does not flow)
6 * translation support (including german, french, italian)
7
8 Alternate graphics:
9 * Player
10 * Omsk birds (instead of Oerkki ghosts)
11 * Rat
12 * Glass
13 * Heart
14
15 Building on GNU/Linux or OS X:
16     cmake . -DRUN_IN_PLACE=1
17     make -j2
18
19 The “upstream” branch contains vanilla minetest-c55, created using:
20     hg-fast-export -r ~/share/src/games/minetest -o upstream
21     git push origin upstream/master:upstream -f
22
23 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).