flickering above and below fixed

This commit is contained in:
D00Med 2017-01-18 16:52:35 +10:00
parent 6b03f72268
commit f60d471f82
3 changed files with 5 additions and 0 deletions

View File

@ -156,7 +156,12 @@ minetest.override_item("default:leaves", {
wield_scale = {x = 0.5, y = 0.5, z = 0.5},
mesh = "leaf.b3d",
paramtype = "light",
paramtype2 = "degrotate",
visual_scale = 0.5,
on_construct = function(pos)
local node = minetest.get_node(pos)
node.param2 = math.random(10, 169)
end
})
minetest.override_item("default:acacia_leaves", {

Binary file not shown.

BIN
models/leaf.blend Normal file

Binary file not shown.