1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-06-30 15:20:20 +02:00

Small fixes for the latest version of minetest.

This commit is contained in:
Splizard
2015-01-12 11:12:51 +13:00
parent 37ecfd02a8
commit f99ba3a1f6
3 changed files with 8 additions and 1 deletions

View File

@ -127,6 +127,7 @@ snow.is_uneven = function(pos)
local found
local foundx
local foundy
local foundz
for x=-1,1 do
for z=-1,1 do
local node = get_node({x=pos.x+x,y=pos.y,z=pos.z+z})