mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -358,7 +358,7 @@ local function handle_research_queue(combinator)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local combinator_slot_value = combinator_slot.get_slot(1).min or 0
|
local combinator_slot_value = combinator_slot.min or 0
|
||||||
|
|
||||||
if combinator_slot_value == 1 or combinator_slot_value == 3 then
|
if combinator_slot_value == 1 or combinator_slot_value == 3 then
|
||||||
-- research_queue_read
|
-- research_queue_read
|
||||||
@@ -434,7 +434,7 @@ local function handle_valve_value(entity, combinator)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local combinator_slot_value = combinator_slot.get_slot(2).min or 0
|
local combinator_slot_value = combinator_slot.min or 0
|
||||||
|
|
||||||
if (combinator_slot_value >= 0 and combinator_slot_value < 101) then
|
if (combinator_slot_value >= 0 and combinator_slot_value < 101) then
|
||||||
-- every item in front of it?
|
-- every item in front of it?
|
||||||
|
|||||||
Reference in New Issue
Block a user