mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-25 04:13:44 +01:00
Vines light param
This commit is contained in:
parent
3d7502f666
commit
8a9f8edf48
@ -1066,6 +1066,7 @@ minetest.register_node("mcl_core:vine", {
|
|||||||
inventory_image = "default_vine.png",
|
inventory_image = "default_vine.png",
|
||||||
wield_image = "default_vine.png",
|
wield_image = "default_vine.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user