All versions
1.0.2
Release
Searchables-fabric-1.19.4-1.0.23 years ago 1,942
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
Current version: 1.0.2
- Fix extra number in mod version - Jared - Tue May 9 13:49:42 2023
- Create LICENSE - Jared - Mon May 8 00:12:12 2023
- Update readme - Jared - Mon May 8 00:00:49 2023
- Set the max length to maxint - Jared - Sun May 7 23:45:02 2023
- Fix idea being mad about modules - Jared - Sun May 7 21:10:03 2023
- Finish documenting the user facing api - Jared - Sun May 7 21:09:50 2023
- More work on docs - context and formatting done - Jared - Sun May 7 17:07:53 2023
- Start writing javadocs - autcomplete done - Jared - Sat May 6 23:45:49 2023
- Add language keys for search - Jared - Sat May 6 23:45:00 2023
- Remove unused method override - Jared - Sat May 6 01:22:03 2023
- Initial code - Jared - Sat May 6 01:13:06 2023
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:fuuu3xnx:9YdVg9HV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fuuu3xnx:9YdVg9HV"
}

