Go to file
Nils Dagsson Moskopp 3be6891938 + rail 2011-06-07 19:24:30 +02:00
cmake/Modules Added libIrrlicht.dll.a to searched library names for non-MSVC windows 2011-05-17 20:11:12 +03:00
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 Added .hgignore 2011-05-09 19:35:46 +01:00
.hgtags + sandstone 2011-05-29 18:44:42 +02:00
CMakeLists.txt MacOSX build support 2011-06-01 14:13:22 +02:00
Makefile.bak CMake working on Linux (not on windows) 2011-01-08 03:10:20 +02:00
README * README updated 2011-06-03 13:39:07 +02:00
addlicensecomments.sh license stuff 2010-11-29 20:13:04 +02:00
genmap.py updated example map generator python script 2011-04-11 18:33:05 +03:00
licensecomment.txt license stuff 2010-11-29 20:13:04 +02:00
makepackage_binary.sh Reworked texture, material, mineral and whatever handling 2011-01-26 00:41:06 +02:00
minetest.conf.example fix in readme 2011-05-21 11:44:29 +03:00
minetest.sln Initial files 2010-11-27 01:02:21 +02:00
minetest.vcproj new texture stuff quite working 2011-02-11 16:43:26 +02:00
pnoise.py updated example map generator python script 2011-04-11 18:33:05 +03:00

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