Skip to content
Snippets Groups Projects
Commit 7dfa3442 authored by teddydestodes's avatar teddydestodes
Browse files

Merge remote-tracking branch 'upstream/master'

parents 58bc6f3a a75c3114
No related branches found
No related tags found
No related merge requests found
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 bricks:
* Sandstone (crafted from 4 sand)
* 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)
New materials:
* Lump of clay
* Clay brick (made from lumps of clay in the furnace)
Alternate graphics:
* Player
......@@ -9,6 +16,6 @@ Alternate graphics:
* Rat
* Glass
Building on GNU/Linux:
Building on GNU/Linux or OS X:
cmake . -DRUN_IN_PLACE=1
make -j2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment