dragonfire-engine-teran/README

30 lines
938 B
Plaintext
Raw Normal View History

2011-05-29 10:03:05 -07: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-01 18:03:47 -07:00
New features:
* Submenu for key assignment (changes apply after restart)
2011-05-29 10:03:05 -07:00
New bricks:
2011-06-01 07:46:49 -07: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-06-03 04:39:07 -07:00
* Papyrus (plant that grows in shallow water, yields paper)
* Book shelf (made from 6 wood and 3 books, sandwhiched)
2011-06-07 10:41:03 -07:00
* Rail (made from 6 iron ingots and 3 sticks, vertically sandwhiched)
2011-06-01 07:46:49 -07:00
New materials:
* Lump of clay
* Clay brick (made from lumps of clay in the furnace)
2011-06-03 04:39:07 -07:00
* Paper
* Book (made from 3 paper)
2011-05-29 10:03:05 -07:00
Alternate graphics:
* Player
* Omsk birds (instead of Oerkki ghosts)
* Rat
* Glass
2011-06-01 08:19:28 -07:00
Building on GNU/Linux or OS X:
2011-05-29 10:03:05 -07:00
cmake . -DRUN_IN_PLACE=1
make -j2