Fix stained glass not propagating sunlight

This commit is contained in:
Wuzzy 2019-01-30 04:54:30 +01:00
parent d34c48cb59
commit 7465d7a107
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function mcl_core.add_glass(desc, recipeitem, colorgroup, color)
is_ground_content = false,
tiles = {"mcl_core_glass_"..color..".png"},
paramtype = "light",
sunlight_propagates = "true",
sunlight_propagates = true,
use_texture_alpha = true,
stack_max = 64,
-- TODO: Add color to groups