mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Vines light param
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user