forked from Nexela/PickerInventoryTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol.lua
More file actions
21 lines (19 loc) · 777 Bytes
/
control.lua
File metadata and controls
21 lines (19 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require('__stdlib__/stdlib/event/event').set_protected_mode(true)
require('__stdlib__/stdlib/event/player').register_events(true)
require('__stdlib__/stdlib/event/force').register_events(true)
require('scripts/auto-deconstruct')
require('scripts/chest-limit')
require('scripts/copy-chests')
require('scripts/cursor-carousel')
require('scripts/filter-fill')
require('scripts/inventory-sort')
require('scripts/inventory-tools')
require('scripts/item-count')
require('scripts/item-zapper')
require('scripts/packing-tape')
require('scripts/switch-gun')
require('scripts/toggle-groups')
require('scripts/toggle-equipment')
require('scripts/toggle-flashlight')
require('scripts/toggle-minimap')
remote.add_interface(script.mod_name, require('__stdlib__/stdlib/scripts/interface'))