mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-28 23:40:17 +01:00
Fix Alpine floating apple bug.
This commit is contained in:
parent
52cdffd1af
commit
22b47f20a7
@ -231,7 +231,7 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||||||
else
|
else
|
||||||
data[belownode] = c_ice
|
data[belownode] = c_ice
|
||||||
end
|
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
|
if alpine then
|
||||||
--Gets rid of dirt
|
--Gets rid of dirt
|
||||||
data[abovenode] = c_snow
|
data[abovenode] = c_snow
|
||||||
|
Loading…
Reference in New Issue
Block a user