Set alpha mode of air to clip

This commit is contained in:
Lars Mueller 2024-06-01 17:29:34 +02:00
parent 67810800ad
commit 8c11c12c69

@ -1082,6 +1082,7 @@ void NodeDefManager::clear()
f.name = "air";
f.drawtype = NDT_AIRLIKE;
f.param_type = CPT_LIGHT;
f.alpha = ALPHAMODE_CLIP;
f.light_propagates = true;
f.sunlight_propagates = true;
f.walkable = false;