More info added

master
LazyJ 2014-06-02 01:45:21 -07:00
parent 6a04cf6b1f
commit 7097c679c1
1 changed files with 13 additions and 0 deletions

View File

@ -19,6 +19,19 @@ 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
~~~~~~~~~~~~~~~~~~~~