Splizard / minetest-mod-snow

Adds snow biomes to Minetest.
http://splizard.com/minetest/mods/snow-biomes/
Other
10 stars 9 forks source link

Falling_snow Lua Prevents Minetest from Loading #4

Closed LazyJ closed 9 years ago

LazyJ commented 10 years ago

Support for minetest.get_heat(pos) and minetest.get_humidity(pos) was removed from Minetest after the 2014_04_18 unstable release.

This affects "falling_snow.lua" and "util.lua".

Minetest now crashes when attempting to load "falling_snow.lua", even in a new, ungenerated world.

The work-around, at present, is to edit then "init.lua" file and disable the loading of "falling_snow.lua" by commenting out:

-- dofile(minetest.get_modpath("snow").."/falling_snow.lua")

Splizard commented 10 years ago

I have fallen back to the old way of finding where snow gos 78a0fe9

LazyJ commented 10 years ago

Thanks, Splizard. ;)

I tested the mod and no crashes.