Sunlight propagates through deadbush and tallgrass

This commit is contained in:
Wuzzy 2017-03-20 18:47:44 +01:00
parent c6c8232c6d
commit 9dd8cebcef
2 changed files with 2 additions and 0 deletions

View File

@ -1697,6 +1697,7 @@ minetest.register_node("mcl_core:deadbush", {
inventory_image = "default_dry_shrub.png",
wield_image = "default_dry_shrub.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
stack_max = 64,
buildable_to = true,

View File

@ -62,6 +62,7 @@ minetest.register_node("mcl_flowers:tallgrass", {
inventory_image = "mcl_flowers_tallgrass.png",
wield_image = "mcl_flowers_tallgrass.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
buildable_to = true,
is_ground_content = true,