mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2025-07-03 00:30:21 +02:00
Initial commit.
This commit is contained in:
56
readme.txt
Normal file
56
readme.txt
Normal file
@ -0,0 +1,56 @@
|
||||
_____ __ __ _
|
||||
/ ____| | \/ | | |
|
||||
| (___ _ __ _____ __ | \ / | ___ __| |
|
||||
\___ \| '_ \ / _ \ \ /\ / / | |\/| |/ _ \ / _` |
|
||||
____) | | | | (_) \ 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 when a snow biome is generated.
|
||||
|
||||
USAGE:
|
||||
-------
|
||||
If you walk around a bit you will find snow biomes scattered around the world.
|
||||
|
||||
There are six biome types:
|
||||
* Normal
|
||||
* Icebergs
|
||||
* Icesheet
|
||||
* Broken icesheet
|
||||
* Icecave
|
||||
* Coast
|
||||
|
||||
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, and desert sand or igniters such as lava.
|
||||
Snow blocks freeze water source blocks around them.
|
||||
|
||||
CRAFTING:
|
||||
-----------
|
||||
Snow Block:
|
||||
|
||||
Snowball Snowball
|
||||
Snowball Snowball
|
||||
|
||||
CHANGELOG:
|
||||
------------
|
||||
Version 1.0
|
||||
|
||||
Initial release
|
||||
|
||||
Version 1.1
|
||||
|
||||
Better mapgen
|
||||
|
||||
|
||||
UNINSTALL:
|
||||
------------
|
||||
Simply delete the folder snow from the mods folder.
|
Reference in New Issue
Block a user