minetest-mod-snow/readme.txt

90 lines
1.7 KiB
Plaintext
Raw Normal View History

2012-07-22 08:27:54 +02:00
_____ __ __ _
/ ____| | \/ | | |
| (___ _ __ _____ __ | \ / | ___ __| |
\___ \| '_ \ / _ \ \ /\ / / | |\/| |/ _ \ / _` |
____) | | | | (_) \ V V / | | | | (_) | (_| |
|_____/|_| |_|\___/ \_/\_/ |_| |_|\___/ \__,_|
2012-12-12 09:00:22 +01:00
By Splizard, bob and cornernote.
2012-07-22 08:27:54 +02:00
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.
2012-07-22 08:27:54 +02:00
USAGE:
-------
If you walk around a bit you will find snow biomes scattered around the world.
2012-12-20 22:13:48 +01:00
There are nine biome types:
2012-07-22 08:27:54 +02:00
* Normal
* Icebergs
* Icesheet
* Broken icesheet
* Icecave
* Coast
* Alpine
2012-12-20 22:13:48 +01:00
* Snowy
* Plain
2012-07-22 08:27:54 +02:00
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.
2012-07-22 08:27:54 +02:00
Snow blocks freeze water source blocks around them.
Moss can be found in the snow, when moss is placed near cobble it spreads.
2012-12-20 22:13:48 +01:00
Christmas trees can be found when digging pine needles.
2012-07-22 08:27:54 +02:00
CRAFTING:
-----------
Snow Block:
Snowball Snowball
Snowball Snowball
2012-12-12 09:00:22 +01:00
Snow Brick:
Snow Block Snow Block
Snow Block Snow Block
2012-12-20 22:13:48 +01:00
UNINSTALL:
2012-07-22 08:27:54 +02:00
------------
2012-12-20 22:13:48 +01:00
Simply delete the folder snow from the mods folder.
2012-07-22 08:27:54 +02:00
2012-12-20 22:13:48 +01:00
CHANGELOG:
------------
Version 1.4
2012-07-22 08:27:54 +02:00
2012-12-20 22:13:48 +01:00
New biomes, snowy and plain
Christmas Trees
Snowfall
Version 1.3
2012-07-22 08:27:54 +02:00
2012-12-20 22:13:48 +01:00
Smooth transitions
Snow Bricks
2012-07-22 08:27:54 +02:00
Version 1.2
Pine trees
Moss
2012-12-12 09:00:22 +01:00
Alpine biomes
2012-12-12 09:00:22 +01:00
Dry shrubs
2012-12-20 22:13:48 +01:00
Version 1.1
2012-07-22 08:27:54 +02:00
2012-12-20 22:13:48 +01:00
Better mapgen
Version 1.0
Initial release