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.131
|
||||
Date: 2025-11-23
|
||||
|
||||
Changes:
|
||||
- [GM] Fixed a script issue that could cause error.
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.130
|
||||
Date: 2025-11-16
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user