Adds snow biomes to Minetest.
Go to file
Splizard 04505c42ae Call this 1.2
Add dry shrubs to change log.
2012-07-31 16:58:54 +12:00
textures Add pine tree textures and update readme. 2012-07-31 16:51:10 +12:00
config.lua Debugging and snowfall should default to false. 2012-07-23 21:39:39 +12:00
depends.txt Initial commit. 2012-07-22 18:27:54 +12:00
init.lua Snow biomes near deserts. Desert sand no longer melts snow. 2012-07-26 16:19:33 +12:00
license.txt Initial commit. 2012-07-22 18:27:54 +12:00
mapgen.lua Fix minor debugging error. 2012-07-26 17:00:28 +12:00
readme.txt Call this 1.2 2012-07-31 16:58:54 +12:00

readme.txt

   _____                       __  __           _ 
  / ____|                     |  \/  |         | |
 | (___  _ __   _____      __ | \  / | ___   __| |
  \___ \| '_ \ / _ \ \ /\ / / | |\/| |/ _ \ / _` |
  ____) | | | | (_) \ V  V /  | |  | | (_) | (_| |
 |_____/|_| |_|\___/ \_/\_/   |_|  |_|\___/ \__,_|
  
By Splizard and bob.

Forum post: http://minetest.net/forum/viewtopic.php?id=2290
Github: https://github.com/Splizard/minetest-mod-snow

INSTALL:
----------
Place this folder in your minetest mods folder.

NOTICE
While this mod is installed you may experience slow map loading while a snow biome is generated.

USAGE:
-------
If you walk around a bit you will find snow biomes scattered around the world.

There are seven biome types:
* Normal
* Icebergs
* Icesheet
* Broken icesheet
* Icecave
* Coast
* Alpine
  
Snow can be picked up and thrown as snowballs or crafted into snow blocks.
Snow and ice melts when near warm blocks such as torches or igniters such as lava.
Snow blocks freeze water source blocks around them.
Moss can be found in the snow, when moss is placed near cobble it spreads.

CRAFTING:
-----------
Snow Block:

Snowball    Snowball
Snowball    Snowball

CHANGELOG:
------------
Version 1.0

    Initial release

Version 1.1

    Better mapgen

Version 1.2

    Pine trees
    
    Moss
    
	Alpine biomes
	
	Dry shrubs

UNINSTALL:
------------
Simply delete the folder snow from the mods folder.