mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-19 10:19:59 +09:00
.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user