Capn's Chisel Search

Quick rating

Community listing page, reviews here may not be monitored by the author.

Capn's Chisel Search

No reviews yet

Adds searchbar to Chisel's GUI

Mod Loaders
Minecraft

About

Description

 

Requires Chisel and MixinBooter

# Features

- Adds a search bar to the Chisel variant selection GUI.
- Hides non-matching variants while searching.
- Supports `Ctrl + F` to focus the search bar.
- Pressing `Esc` while typing unfocuses the search bar.
- Client-side quality-of-life feature only.
- Does not add blocks, items, recipes, or server-side behavior.
- Does not change Chisel’s crafting/container logic.

# Search Operators

- Plain text search: searches the item name and variant name.
  - Example: `pillar`
  - Example: `weathered brick`

- `@mod`: searches by mod ID or mod name.
  - Example: `@chisel`
  - Example: `@minecraft`

- `#text`: searches the full visible tooltip.
  - Example: `#stone`
  - Example: `#technical`

  • `&id`: searches the registry ID.
      - Example: `&chisel`
      - Example: `&minecraft:stone`
0.5.0+

- Fixed: Chisel recipes breaking after clicking HEI bookmarks
- Client-side only
- Config correctly blocks optional mixins from loading
0.4.0+
Lets iChisel handle NBT variants like diamond chisel does