diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index bc06448..148065c 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,6 +1,13 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.140 +Date: 2026-06-21 + + Changes: + - [GM] Fixed an issue with inserter. + --------------------------------------------------------------------------------------------------- Version: 3.0.139 -Date: 2026-06-21 +Date: 2026-06-07 Changes: - [GM] Control stage code layout restructure. diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 4518214..f96629e 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -32,7 +32,6 @@ for _, v in pairs(data.raw['inserter']) do v.max_belt_stack_size = bss v.grab_less_to_match_belt_stack = true v.enter_drop_mode_if_held_stack_spoiled = true - v.wait_for_full_hand = true end -- GM-VP C 1 BASE RESEARCH_EFFECT diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 3d4556f..1e82b3d 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,6 +1,6 @@ { "name": "PHI-CL", - "version": "3.0.139", + "version": "3.0.140", "factorio_version": "2.0", "date": "2026-06-21", "title": "Phidias Collection",