mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -98,8 +98,7 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
|
||||
end
|
||||
|
||||
local gui = player.gui.relative.inserter_config
|
||||
local _, ds = math.fmod(inserter_direction_reversed[inserter.direction], 4)
|
||||
gui['i_sub_direction'].selected_index = ((ds or 0) + ((inserter.mirroring and 2) or 0)) % 4 + 1
|
||||
gui['i_sub_direction'].selected_index = ((inserter_direction_reversed[inserter.direction] % 4 or 0) + ((inserter.mirroring and 2) or 0)) % 4 + 1
|
||||
end
|
||||
|
||||
script.on_init(function(_)
|
||||
|
||||
Reference in New Issue
Block a user