1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-03-26 00:19:48 +01:00

Added t&t entry for explanation

This commit is contained in:
Wyrrrd
2021-04-18 12:08:25 +02:00
parent 939d9e3cb6
commit 7be1f2f4b0
5 changed files with 40 additions and 3 deletions

20
data.lua Normal file
View File

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