1
0
Fork 2
Adds snow biomes to Minetest. http://splizard.com/minetest/mods/snow-biomes/
Datei suchen
Emojigit ce0442fe25 Fix Warnings 2021-04-24 13:50:28 +02:00
.github/workflows Add a GitHub action to run luacheck 2021-03-21 18:39:27 +01:00
models Add sleds. 2013-12-09 19:19:31 +13:00
other_textures Add old minetest_game snow texture to other_texures 2018-02-15 17:45:09 +01:00
schematics change pinetree schematic file 2015-03-14 17:15:52 +01:00
src Fix Warnings 2021-04-24 13:50:28 +02:00
textures Makes ice slippery and removes messages of depreciation 2021-03-21 18:24:25 +01:00
.gitignore add debug.txt to gitignore and move the default_ice texture 2015-03-05 15:59:08 +01:00
.luacheckrc Small line-to-long style fix and update .luacheckrc 2021-03-21 18:27:41 +01:00
LazyJ-changelog.txt Consolidate readme's. 2014-06-04 22:31:05 +12:00
changelog.txt Call this 4.0. 2018-04-23 23:16:35 +12:00
depends.txt Add a luacheckrc and fix errors reported by luacheck 2021-01-30 17:34:10 +01:00
init.lua Replace falling_snow with paramat's functional snowdrift mechanics. 2018-04-23 22:28:21 +12:00
license.txt Replace falling_snow with paramat's functional snowdrift mechanics. 2018-04-23 22:28:21 +12:00
mod.conf add mod.conf 2017-09-08 16:58:26 +02:00
readme.txt Call this 4.0. 2018-04-23 23:16:35 +12:00
settingtypes.txt Note about broken mapgen rarity setting 2018-11-25 18:19:21 +01:00

readme.txt

   _____                       __  __           _
  / ____|                     |  \/  |         | |
 | (___  _ __   _____      __ | \  / | ___   __| |
  \___ \| '_ \ / _ \ \ /\ / / | |\/| |/ _ \ / _` |
  ____) | | | | (_) \ V  V /  | |  | | (_) | (_| |
 |_____/|_| |_|\___/ \_/\_/   |_|  |_|\___/ \__,_|

					Version 4.0

By Splizard, HybridDog and LazyJ.

Minetest version:  0.4.16+
Depends: default
License:  GPL v3

Complimentary Mods:
---------------------
*	"More Blocks" by Calinou (2014_05_11 or newer)
*	"Skins" by Zeg9

Install:

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

INSTALL:
----------
Place this folder in your minetest mods folder.
(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

USAGE:
-------
Snow can be picked up and thrown as snowballs or stacked 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 Brick:

Snow Block    Snow Block
Snow Block    Snow Block

Sled:
				Stick
Wood	Wood	Wood

Icy Snow:

Snow	Ice
Ice		Snow

Config file:
------------
You can change various settings from the advanced settings in Minetest.


	* Go to the settings tab.
	* Click on Advanced Settings.
	* Click on Mods.
	* Click on snow.
	* Change stuff!

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


TODO:
— test if the fixed ground_y search works correctly at chunkcorners at ground level