mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-03-25 07:59:50 +01:00
Fix and add stuff
- Add shortcut tile - Fix filter mode - Fix check mode - Add uk locale
This commit is contained in:
39
data.lua
39
data.lua
@@ -2,13 +2,34 @@
|
||||
|
||||
data:extend(
|
||||
{
|
||||
{
|
||||
type = "tips-and-tricks-item",
|
||||
name = "autofilter",
|
||||
tag = "[entity=inserter]",
|
||||
category = "inserters",
|
||||
indent = 1,
|
||||
order = "g",
|
||||
dependencies = {"inserters"},
|
||||
},
|
||||
{
|
||||
type = "tips-and-tricks-item",
|
||||
name = "autofilter",
|
||||
tag = "[entity=inserter]",
|
||||
category = "inserters",
|
||||
indent = 1,
|
||||
order = "g",
|
||||
dependencies = {"inserters"},
|
||||
},
|
||||
{
|
||||
type = "custom-input",
|
||||
name = "autofilter",
|
||||
key_sequence = "CONTROL + SHIFT + A",
|
||||
consuming = "game-only",
|
||||
action = "lua"
|
||||
},
|
||||
{
|
||||
type = "shortcut",
|
||||
name = "autofilter",
|
||||
action = "lua",
|
||||
order = "h[combatRobot]",
|
||||
technology_to_unlock = "electronics",
|
||||
associated_control_input = "autofilter",
|
||||
toggleable = true,
|
||||
icon = "__Autofilter__/graphics/autofilter.png",
|
||||
icon_size = 32,
|
||||
small_icon = "__Autofilter__/graphics/autofilter-small.png",
|
||||
small_icon_size = 24,
|
||||
unavailable_until_unlocked = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user