This commit is contained in:
2025-11-14 19:21:20 +09:00
parent 02554d7f03
commit 6c9d0f9048
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.131
Date: 2025-11-23
Changes:
- [GM] Fixed a script issue that could cause error.
---------------------------------------------------------------------------------------------------
Version: 3.0.130
Date: 2025-11-16

View File

@@ -421,6 +421,10 @@ local function handle_research_queue(entity, combinator)
end
script.on_nth_tick(10, function(_)
if not storage.phi_cl.combinator.combinator_list then
return
end
local head = #storage.phi_cl.combinator.combinator_list
local max_remove = math.floor(head / 100) + 1
local remove_count = math.random(0, max_remove)

View File

@@ -1,8 +1,8 @@
{
"name": "PHI-CL",
"version": "3.0.130",
"version": "3.0.131",
"factorio_version": "2.0",
"date": "2025-11-16",
"date": "2025-11-23",
"title": "Phidias Collection",
"author": "PHIDIAS0303",
"contributers": "",