
Item Suggestions Not Require Mod Name
This mod significantly simplifies working with command autocompletion in Minecraft. Typically, when using autocompletion for items from other mods, you have to enter the mod's namespace followed by the item name, which takes time and is often forgotten. With this mod, the system suggests all available items regardless of their namespace, making the command input process more intuitive and efficient.
Development Environment:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content { includeGroup "maven.modrinth" }
}
}
// Dependencies
modImplementation "maven.modrinth:isnrmn:v1_03"