Fix Alpine floating apple bug.

This commit is contained in:
Splizard 2014-06-05 20:35:18 +12:00
parent 52cdffd1af
commit 22b47f20a7
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
else
data[belownode] = c_ice
end
elseif ground_y and data[node] == c_leaves or data[node] == c_jungleleaves then
elseif ground_y and data[node] == c_leaves or data[node] == c_jungleleaves or data[node] == c_apple then
if alpine then
--Gets rid of dirt
data[abovenode] = c_snow