1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-03-06 15:19:22 +01:00
Files
Autofilter/data.lua
2024-10-25 20:30:15 +02:00

14 lines
258 B
Lua

--data.lua
data:extend(
{
{
type = "tips-and-tricks-item",
name = "autofilter",
tag = "[entity=inserter]",
category = "inserters",
indent = 1,
order = "g",
dependencies = {"inserters"},
},
})