X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README;h=9b1f54e95d6a7fd1eb2ac312c1aaa4958ee682ed;hb=f37a3a84fafb91bcfc109fed95aa6d42726f1bf7;hp=8a557adb4477524314391bf99cf3e5e61244a896;hpb=15b375827ee57137d91e49d5fc902c0f1c66e189;p=minetest.git diff --git a/README b/README index 8a557adb4..9b1f54e95 100644 --- a/README +++ b/README @@ -1,14 +1,22 @@ Minetest Δ (“Minetest Delta”) is a fork of Minetest-c55 , 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) +* Rail (made from 6 iron ingots and 3 sticks, vertically 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 @@ -16,6 +24,6 @@ Alternate graphics: * Rat * Glass -Building on GNU/Linux: +Building on GNU/Linux or OS X: cmake . -DRUN_IN_PLACE=1 make -j2