This commit is contained in:
2025-06-15 00:12:53 +09:00
parent 3293a3e8c1
commit 751d63908d
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.117
Date: 2025-06-22
Bugfixes:
- [SA] Fixed an issue where logic failed after lamp prototype is changed by other.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.0.116 Version: 3.0.116
Date: 2025-06-22 Date: 2025-06-22

View File

@@ -18,6 +18,9 @@ do
for _, v in pairs(data.raw['lamp']) do for _, v in pairs(data.raw['lamp']) do
if v.light then if v.light then
v.light.color = {1, 1, 1} v.light.color = {1, 1, 1}
end
if v.light_when_colored then
v.light_when_colored.color = {1, 1, 1} v.light_when_colored.color = {1, 1, 1}
end end
end end

View File

@@ -1,6 +1,6 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.116", "version": "3.0.117",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2025-06-22", "date": "2025-06-22",
"title": "Phidias Collection", "title": "Phidias Collection",