forked from mtcontrib/minetest-mod-snow
Call this 2.0.
This commit is contained in:
parent
69ae37cc8e
commit
639bda9402
|
@ -1,5 +1,13 @@
|
|||
CHANGELOG:
|
||||
------------
|
||||
Version 2.0
|
||||
|
||||
Uses default namespace.
|
||||
|
||||
Sleds.
|
||||
|
||||
Bugfixes.
|
||||
|
||||
Version 1.8
|
||||
|
||||
Mapgen_v7 support.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user