fix sunlight propagation in transparent mesh3

This commit is contained in:
BuckarooBanzay
2025-05-16 07:55:59 +02:00
parent b682b2123d
commit 689a17a80e
2 changed files with 3 additions and 1 deletions

View File

@ -520,6 +520,7 @@ for name, def in pairs(nodes) do
local node_def = {
description = def.description,
drawtype = def.drawtype or "normal",
sunlight_propagates = def.sunlight_propagates,
tiles = tiles,
groups = {cracky=1, dig_generic = 3},
is_ground_content = false,