mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-27 15:10:20 +01:00
Consolidate readme's.
Put LazyJ's Readme in a seperate changelog.
This commit is contained in:
parent
6fd073aaa7
commit
848f30543d
@ -1,40 +1,5 @@
|
|||||||
##### LazyJ's Fork of Splizard's "Snow" Mod
|
|
||||||
|
|
||||||
This version of 'Snow' is based off of Splizard's 2013_12_25 release.
|
|
||||||
|
|
||||||
At LinuxGaming.us, we have been using the Snow mod in our Minetest server for
|
|
||||||
a year now. I've been tweaking and patching things here-and-there and had a
|
|
||||||
few ideas. The little here-and-there things progressed into bigger and more
|
|
||||||
complex changes. Maybe other folks will enjoy these fixes, changes,
|
|
||||||
and additions.
|
|
||||||
|
|
||||||
~ LazyJ, 2014_06_01
|
~ LazyJ, 2014_06_01
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Original Mod by Splizard: "Snow"
|
|
||||||
Minetest version: 0.4.9
|
|
||||||
Depends: default
|
|
||||||
Recommended Additional Mods: "More Blocks" by Calinou (2014_05_11 or newer)
|
|
||||||
License: GPL v2
|
|
||||||
Source Code: http://github.com/LazyJ/snow
|
|
||||||
Download (.zip): http://github.com/LazyJ/snow/archive/master.zip
|
|
||||||
|
|
||||||
Install:
|
|
||||||
* After downloading, unzip the file.
|
|
||||||
* Rename the directory "snow-master" to "snow"
|
|
||||||
* Copy the "snow" directory into either
|
|
||||||
../minetest/worlds/yourworld'sname/worldmods/
|
|
||||||
or
|
|
||||||
../minetest/mods/
|
|
||||||
* If you put "snow" in the ../minetest/mods/ directory, either
|
|
||||||
enable the mod from within Minetest's "Configure" button
|
|
||||||
(main menu, bottom right) or by adding this line to the
|
|
||||||
world's "world.mt" file:
|
|
||||||
load_mod_snow = true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
List of Changes
|
List of Changes
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
24
readme.txt
24
readme.txt
@ -5,16 +5,38 @@
|
|||||||
____) | | | | (_) \ V V / | | | | (_) | (_| |
|
____) | | | | (_) \ V V / | | | | (_) | (_| |
|
||||||
|_____/|_| |_|\___/ \_/\_/ |_| |_|\___/ \__,_|
|
|_____/|_| |_|\___/ \_/\_/ |_| |_|\___/ \__,_|
|
||||||
|
|
||||||
By Splizard.
|
By Splizard and LazyJ.
|
||||||
|
|
||||||
|
Minetest version: 0.4.9
|
||||||
|
Depends: default
|
||||||
|
Recommended Additional Mods: "More Blocks" by Calinou (2014_05_11 or newer)
|
||||||
|
License: GPL v2
|
||||||
|
|
||||||
|
Install:
|
||||||
|
|
||||||
Forum post: http://minetest.net/forum/viewtopic.php?id=2290
|
Forum post: http://minetest.net/forum/viewtopic.php?id=2290
|
||||||
Github: https://github.com/Splizard/minetest-mod-snow
|
Github: https://github.com/Splizard/minetest-mod-snow
|
||||||
|
Website: http://splizard.com/minetest/mods/snow/
|
||||||
|
|
||||||
INSTALL:
|
INSTALL:
|
||||||
----------
|
----------
|
||||||
Place this folder in your minetest mods folder.
|
Place this folder in your minetest mods folder.
|
||||||
(http://dev.minetest.net/Installing_Mods)
|
(http://dev.minetest.net/Installing_Mods)
|
||||||
|
|
||||||
|
* After downloading, unzip the file.
|
||||||
|
* Rename the directory "minetest-mod-snow-master" to "snow"
|
||||||
|
* Copy the "snow" directory into either
|
||||||
|
../minetest/worlds/yourworld'sname/worldmods/
|
||||||
|
or
|
||||||
|
../minetest/mods/
|
||||||
|
* If you put "snow" in the ../minetest/mods/ directory, either
|
||||||
|
enable the mod from within Minetest's "Configure" button
|
||||||
|
(main menu, bottom right) or by adding this line to the
|
||||||
|
world's "world.mt" file:
|
||||||
|
load_mod_snow = true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
NOTICE
|
NOTICE
|
||||||
While this mod is installed you may experience slow map loading while a snow biome is generated.
|
While this mod is installed you may experience slow map loading while a snow biome is generated.
|
||||||
|
|
||||||
|
@ -1,73 +0,0 @@
|
|||||||
_____ __ __ _
|
|
||||||
/ ____| | \/ | | |
|
|
||||||
| (___ _ __ _____ __ | \ / | ___ __| |
|
|
||||||
\___ \| '_ \ / _ \ \ /\ / / | |\/| |/ _ \ / _` |
|
|
||||||
____) | | | | (_) \ V V / | | | | (_) | (_| |
|
|
||||||
|_____/|_| |_|\___/ \_/\_/ |_| |_|\___/ \__,_|
|
|
||||||
|
|
||||||
By Splizard.
|
|
||||||
|
|
||||||
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.
|
|
||||||
(http://dev.minetest.net/Installing_Mods)
|
|
||||||
|
|
||||||
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 nine biome types:
|
|
||||||
* Normal
|
|
||||||
* Icebergs
|
|
||||||
* Icesheet
|
|
||||||
* Broken icesheet
|
|
||||||
* Icecave
|
|
||||||
* Coast
|
|
||||||
* Alpine
|
|
||||||
* Snowy
|
|
||||||
* Plain
|
|
||||||
|
|
||||||
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.
|
|
||||||
Christmas trees can be found when digging pine needles.
|
|
||||||
Sleds allow for faster travel on snow.
|
|
||||||
|
|
||||||
CRAFTING:
|
|
||||||
-----------
|
|
||||||
Snow Block:
|
|
||||||
|
|
||||||
Snowball Snowball
|
|
||||||
Snowball Snowball
|
|
||||||
|
|
||||||
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.
|
|
||||||
This option can be found when creating a new map from the menu.
|
|
||||||
Snow Biomes has support for this and includes a base grass biome for this.
|
|
||||||
There are a couple of bugs and limitations with this such as no ice being generated at the moment.
|
|
||||||
|
|
||||||
Config file:
|
|
||||||
------------
|
|
||||||
After starting a game in minetest with snow mod, a config file will be placed in this folder that contains the various options for snow mod.
|
|
||||||
|
|
||||||
UNINSTALL:
|
|
||||||
------------
|
|
||||||
Simply delete the folder snow from the mods folder.
|
|
Loading…
Reference in New Issue
Block a user