Download Suggestion Tweaker — Minecraft Mods — MetaMods

Suggestion Tweaker

Active

Downloads

1

Last update

3 months ago

Versions

1.18 — 1.21.8
Client
Fabric
Forge
Neoforge
Decor
Control
Utils

Suggestion Tweaker (Fabric/Forge)

A client/server modification that fundamentally improves the command suggestion system, making the search for desired options more flexible and intuitive.

Required Dependencies

The mod requires the Cloth Config API library. If you want advanced settings such as case sensitivity and filter mode changes, it's recommended to install Mod Menu.

Enhanced Filtering

By default, the game compares the entered text only with the beginning of suggested options and discards non-matching ones. Sometimes it checks for options after . or _ symbols, but this approach often proves too strict, making search difficult. This mod offers several alternative modes:

  • STRICT — standard Minecraft method
  • SLIGHTLY LOOSE — shows all suggestions containing the entered text anywhere
  • LOOSE — similar to the previous, but supports word separation with underscores
  • VERY LOOSE — displays all options that contain each letter from the query

Additionally, you can hide suggestions with specific prefixes, which applies to both files and directories. If an underscore prefix is specified, identifiers like datapack:_function and datapack:_directory/function will be hidden, but datapack:directory/function will remain visible. This feature works with all identifiers, not just functions, and is disabled by default.

Improved Sorting

Suggestions are sorted from the most exact matches to the least exact, unlike alphabetical sorting in the standard game version.

Server and Client Operation

Suggestions can be divided into two categories:

  1. Filtered on the server (based on client input) — functions, loot tables, item modifiers, predicates, and some others
  2. Filtered on the client — scoreboard criteria, colors, blocks, and others

Since the first group's filtering is controlled by the server, the mod includes a special mechanism allowing the client to use the new system independently of the server. Therefore, the modification is installed on the server as well, providing improved suggestions even to clients without the mod.

Examples

Top — standard Minecraft, bottom — Suggestion Tweaker.

Mod work example

Filtering comparison

Sorting demonstration

Idea

The original idea author is SnaveSutit.

Project members
velizarbg

velizarbg

Developer

VelizarP

VelizarP

Created: 18 Apr 2022

ID: 1142