Adds snow biomes to Minetest.
Ir al archivo
bri cassa d1d6a701fb Fix skins mod support detection 2023-06-10 15:36:43 +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 Plusieurs modifications 2018-11-20 19:38:26 +01:00
src Fix skins mod support detection 2023-06-10 15:36:43 +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
init.lua Ajoute message de chargement du mod dans le journal "action" 2019-01-19 18:57:35 +01:00
license.txt Replace falling_snow with paramat's functional snowdrift mechanics. 2018-04-23 22:28:21 +12:00
mod.conf Delete depends.txt, update mod.conf 2022-07-07 21:39: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