Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 2 years ago
When using the command syntax tab complete with other mods, you normally would have to type in the mods item namespace then the item name, which takes time and is repeatedly forgotten to do. Instead, any item (regardless of its namespace) is suggested.
Dev Env:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content { includeGroup "maven.modrinth" }
}
}
dependencies {
modImplementation "maven.modrinth:isnrmn:v1_03"
}