This commit is contained in:
2026-05-30 01:23:35 +09:00
parent df6dc182d9
commit e210f2f773
3 changed files with 9 additions and 3 deletions
+8 -1
View File
@@ -1,6 +1,13 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.140
Date: 2026-06-21
Changes:
- [GM] Fixed an issue with inserter.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 3.0.139 Version: 3.0.139
Date: 2026-06-21 Date: 2026-06-07
Changes: Changes:
- [GM] Control stage code layout restructure. - [GM] Control stage code layout restructure.
-1
View File
@@ -32,7 +32,6 @@ for _, v in pairs(data.raw['inserter']) do
v.max_belt_stack_size = bss v.max_belt_stack_size = bss
v.grab_less_to_match_belt_stack = true v.grab_less_to_match_belt_stack = true
v.enter_drop_mode_if_held_stack_spoiled = true v.enter_drop_mode_if_held_stack_spoiled = true
v.wait_for_full_hand = true
end end
-- GM-VP C 1 BASE RESEARCH_EFFECT -- GM-VP C 1 BASE RESEARCH_EFFECT
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "PHI-CL", "name": "PHI-CL",
"version": "3.0.139", "version": "3.0.140",
"factorio_version": "2.0", "factorio_version": "2.0",
"date": "2026-06-21", "date": "2026-06-21",
"title": "Phidias Collection", "title": "Phidias Collection",