mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-03-06 15:19:22 +01:00
14 lines
258 B
Lua
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"},
|
|
},
|
|
}) |