This commit is contained in:
2026-06-20 01:17:47 +09:00
parent a84e30cf12
commit 7749dceafb
+2 -2
View File
@@ -74,8 +74,8 @@ function main_entity(source, tier)
elseif (source.name == 'oil-refinery' or source.name == 'chemical-plant' or source.name == 'crusher') then
if item['graphics_set'] and item['graphics_set']['animation'] then
for _, d in pairs({'north', 'east', 'south', 'west'}) do
if item['graphics_set']['animation'][d] then
for _, l in pairs(item['graphics_set']['animation'][d]) do
if item['graphics_set']['animation'][d] and item['graphics_set']['animation'][d].layers then
for _, l in pairs(item['graphics_set']['animation'][d].layers) do
if not l.draw_as_shadow then
l.tint = mod_tint[tier]
end