Vines light param

This commit is contained in:
Wuzzy 2017-02-10 06:02:09 +01:00
parent 3d7502f666
commit 8a9f8edf48
1 changed files with 1 additions and 0 deletions

View File

@ -1066,6 +1066,7 @@ minetest.register_node("mcl_core:vine", {
inventory_image = "default_vine.png",
wield_image = "default_vine.png",
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "wallmounted",
walkable = false,
climbable = true,