mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user