# Burrow Pack — EMI Search "Tabs"

Type these in the EMI search bar to filter the index by category.

## Curated tags (clean, recommended)

```
#burrow:tab/create_stack       Every Create-stack item (Create + 13 addons + Aeronautics deps)
#burrow:tab/computer_stack     CC:T + AE2 + Advanced Peripherals + PneumaticCraft + KubeJS
#burrow:tab/power_gen          Power generators across all mods (water wheels, alternators, compressors, etc.)
```

These tags are populated at server boot by `kubejs/server_scripts/burrow_tabs.js` — no manual maintenance.

## Mod-prefix syntax (raw, works without the tags)

If you want to chain by mod ID:

```
@create @create_aeronautics @create_big_cannons @railways @createaddition @create_new_age @create_encased @numismatics @sliceanddice @create_stuff_additions @create_garnished @createdeco @createtraincontrol @kubejs_create
```

```
@computercraft @advancedperipherals @ae2 @pneumaticcraft @kubejs
```

```
@apotheosis @apothic_attributes @apothic_enchanting @apothic_spawners
```

```
@twilightforest @aether @cataclysm @yungs_better_dungeons @when_dungeons_arise
```

## Tips

- **Negation**: `-@chipped` excludes a mod. Combine: `iron -@chipped -@rechiseled` to find iron items without the variant clutter.
- **Tag mid-search**: chain with words. `#burrow:tab/computer_stack memory` filters computer-stack items containing "memory".
- **Hidden Chipped/Rechiseled by default**: the `burrow_filters` resource pack hides them. Disable in Options → Resource Packs to see them again.

## Customize (add your own tag-tabs)

Edit `kubejs/server_scripts/burrow_tabs.js` — add a new mod-namespace list and a new tag. Run `/reload` in-game, no restart needed.
