Call this 2.0.

This commit is contained in:
Splizard 2013-12-09 20:22:46 +13:00
parent 69ae37cc8e
commit 639bda9402
3 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,13 @@
CHANGELOG:
------------
Version 2.0
Uses default namespace.
Sleds.
Bugfixes.
Version 1.8
Mapgen_v7 support.

View File

@ -134,7 +134,6 @@ minetest.register_on_generated(function(minp, maxp, seed)
in_biome = true
end
if in_biome then
local perlin2 = env:get_perlin(322345,3, 0.5, 80)

View File

@ -38,6 +38,7 @@ Snow and ice melts when near warm blocks such as torches or igniters such as lav
Snow blocks freeze water source blocks around them.
Moss can be found in the snow, when moss is placed near cobble it spreads.
Christmas trees can be found when digging pine needles.
Sleds allow for faster travel on snow.
CRAFTING:
-----------
@ -51,6 +52,11 @@ Snow Brick:
Snow Block Snow Block
Snow Block Snow Block
Sled:
Stick
Wood Wood Wood
MAPGEN_V7:
------------
If you are using minetest 0.4.8 or the latest dev version of minetest you can choose to generate a v7 map.