diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 2914cc3aa..f16dcb9eb 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -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;