Go to file
Nils Dagsson Moskopp 51d308c666 + rail 2011-06-07 19:24:30 +02:00
cmake/Modules
data + rail 2011-06-07 19:24:30 +02:00
doc updated readme a bit 2011-05-21 12:52:57 +03:00
minetestmapper + bookshelf in minetestmapper, same color as wood 2011-06-03 13:31:42 +02:00
misc Moved the temporary mapgen test files and added a modified map.cpp too... These are probably useful in the next mapgen update and shouldn't be lost. 2011-05-19 20:10:17 +03:00
src + rail 2011-06-07 19:24:30 +02:00
.gitignore * ignore minetestmapper output 2011-06-02 16:54:05 +02:00
.hgignore
.hgtags
CMakeLists.txt MacOSX build support 2011-06-01 14:13:22 +02:00
Makefile.bak
README * README updated 2011-06-03 13:39:07 +02:00
addlicensecomments.sh
genmap.py
licensecomment.txt
makepackage_binary.sh
minetest.conf.example fix in readme 2011-05-21 11:44:29 +03:00
minetest.sln
minetest.vcproj
pnoise.py

README

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.

New features:
* Submenu for key assignment (changes apply after restart)

New bricks:
* 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)
* Papyrus (plant that grows in shallow water, yields paper)
* Book shelf (made from 6 wood and 3 books, sandwhiched)

New materials:
* Lump of clay
* Clay brick (made from lumps of clay in the furnace)
* Paper
* Book (made from 3 paper)

Alternate graphics:
* Player
* Omsk birds (instead of Oerkki ghosts)
* Rat
* Glass

Building on GNU/Linux or OS X:
    cmake . -DRUN_IN_PLACE=1
    make -j2