Automatic Belt Planner


Automatically places transport belt or pipe ghosts.

Utilities
1 year, 14 days ago
0.18 - 1.1
2.43K

b shortcut triggers on any shortcut button, not just beltplanner button

3 years ago
(updated 3 years ago)

G'day. The belt planner item shortcut triggers on every lua shortcut right now; you need to wrap your on_lua_shortcut handlers content with:
```
if event.prototype_name == "give-beltplanner" then
....
end
````

Thanks! Appreciate your patching the mod for 0.18 and all.

3 years ago

Uh oh, thanks for the info. Fixed it.

3 years ago

No worries. :) Thanks for maintaining this mod!

New response