forked from oerkki/voxelands
some documentation updates
This commit is contained in:
parent
a813944dc0
commit
274c93d627
|
@ -8,8 +8,8 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
|
|||
project(minetest)
|
||||
|
||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 1310)
|
||||
set(VERSION_MINOR 01)
|
||||
set(VERSION_MAJOR 1311)
|
||||
set(VERSION_MINOR 00)
|
||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
|
||||
|
||||
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
|
||||
|
|
|
@ -3,6 +3,26 @@ Minetest-c55 changelog
|
|||
This should contain all the major changes.
|
||||
For minor stuff, refer to the commit log of the repository.
|
||||
|
||||
1311.00: (next)
|
||||
- fix ladders and some plantlike node being back face culled
|
||||
- add hay from 9 deadgrass, make it burnable
|
||||
- add stained clay and glass
|
||||
- add terracotta + block, brick and tile
|
||||
- add sandstone block and brick
|
||||
- add silver, gold, copper, and tin ores
|
||||
- add quartz
|
||||
- add cobble, mossy cobble, sandstone, and stone walls
|
||||
- add gates
|
||||
- add flint as random drop from gravel
|
||||
- make cooked wood create charcoal instead of coal
|
||||
- make cooked mese create saltpeter
|
||||
- add coal and charcoal blocks
|
||||
- add firestarter, fire, and fire spread
|
||||
- add gunpowder and tnt
|
||||
- make fire, fire spread, and tnt honour borderstone
|
||||
- add sponges
|
||||
- tweak plant growth a bit
|
||||
|
||||
1310.01: (release 2013-10-22)
|
||||
- fix water flooding with sources growing upwards
|
||||
|
||||
|
|
|
@ -139,6 +139,10 @@
|
|||
#static_spawnpoint = (0,0,0)
|
||||
# the protection radius of borderstone
|
||||
#borderstone_radius = 5
|
||||
# allow players to collect lava with steel buckets
|
||||
#enable_lavabuckets = false
|
||||
# allow players to craft tnt
|
||||
#enable_tnt = false
|
||||
|
||||
# Profiler data print interval. #0 = disable.
|
||||
#profiler_print_interval = 0
|
||||
|
|
Loading…
Reference in New Issue