mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 10:53:47 +01:00
Fixed issue #15: Glass blocks a lot of light
This commit is contained in:
@ -272,6 +272,7 @@ void content_mapnode_init()
|
||||
i = CONTENT_GLASS;
|
||||
f = &content_features(i);
|
||||
f->light_propagates = true;
|
||||
f->sunlight_propagates = true;
|
||||
f->param_type = CPT_LIGHT;
|
||||
f->is_ground_content = true;
|
||||
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";
|
||||
|
Reference in New Issue
Block a user