Side Inserters

by GotLag

Adds hotkeys to adjust inserter pickup and drop locations.

Content
3 years ago
0.13 - 1.1
27.5K
Logistics

b Bug and fix for 0.18.22

3 years ago

Factorio no longer loads this mod because it no longer accepts a setting for the custom hotkeys.

The fix is easy.

in data.lua change each 'consuming' value from 'script-only' to 'game-only'

data:extend({
{
type = "custom-input",
name = "inserter-drop-distance-toggle",
key_sequence = "CONTROL + F",
consuming = "game-only"
}
...

3 years ago

Probably should be "none" instead of game only.

3 years ago
(updated 3 years ago)

Fixed. I should've paid more attention and removed that field when those values were deprecated back in 0.15, oops.

New response