minetest/README

40 lines
1.4 KiB
Plaintext
Raw Normal View History

2011-05-29 19:03:05 +02:00
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.
2011-06-02 03:03:47 +02:00
New features:
* Submenu for key assignment (changes apply after restart)
2011-07-11 16:22:14 +02:00
* configurable far mesh tree display (boolean)
* configurable far mesh rendering distance
2011-07-19 23:35:12 +02:00
* volumetric clouds (using fake shading)
2011-06-02 03:03:47 +02:00
2011-05-29 19:03:05 +02:00
New bricks:
2011-06-01 16:46:49 +02:00
* Sandstone (crafted from 4 sand, yields sand)
* Cactus (plant that grows on sand)
* Clay (found in sand at sea level, yields 4 lumps of clay)
* Brick (made from 4 clay bricks, yields 4 clay bricks)
2011-07-16 17:14:58 +02:00
* Papyrus (plant that grows in shallow water)
2011-06-03 13:39:07 +02:00
* Book shelf (made from 6 wood and 3 books, sandwhiched)
2011-06-07 19:41:03 +02:00
* Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
2011-06-01 16:46:49 +02:00
New materials:
* Lump of clay
* Clay brick (made from lumps of clay in the furnace)
2011-07-16 17:14:58 +02:00
* Paper (made from 3 papyrus horizontally)
* Book (made from 3 paper vertically)
2011-05-29 19:03:05 +02:00
Alternate graphics:
* Player
* Omsk birds (instead of Oerkki ghosts)
* Rat
* Glass
2011-07-19 23:35:12 +02:00
* Heart
2011-05-29 19:03:05 +02:00
2011-06-01 17:19:28 +02:00
Building on GNU/Linux or OS X:
2011-05-29 19:03:05 +02:00
cmake . -DRUN_IN_PLACE=1
make -j2
The “upstream” branch contains vanilla minetest-c55, created using:
hg-fast-export -r ~/share/src/games/minetest -o upstream
2011-07-09 18:22:39 +02:00
git push origin upstream/master:upstream -f
2011-07-20 02:45:15 +02:00
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).