
Suggestion Provider Fabric
This mod makes small but highly useful changes to Minecraft's auto-completion system, making it consider all mod namespaces when suggesting resources.
Although the change might seem minor, for players who frequently use commands in modded gameplay, this will save significant time and eliminate unnecessary hassles.
Important note: the mod doesn't require installation on a dedicated server to function. However, it's recommended to install it there as well to ensure the client and server mod lists match.
How It Works in Practice
Imagine you want to obtain an oak_seed
item from Dynamic Trees mod using the /give
command. In vanilla Minecraft, you'll start typing /give @p oak_seed
, but auto-complete won't work because the system expects the full name with namespace: dynamictrees:oak_seed
.
With Suggestion Provider Fabric installed, everything changes. You just need to start typing oak_seed
, and the system will automatically suggest all items with that name, regardless of their namespace and mod identifier.
The functionality extends not only to items but also to other resources using the localization system: blocks, biomes, and even custom registries from other modifications.
Please Note
This version is a port of the Suggestion Provider Fix mod for Fabric. The original version was created for another modding platform.