Tags
Creators
Details
1.2.0
Compatibility
Changes
Added Assistant feature!
Now you can ask about all commands in game without leaving the game for a second!
Ask Assitant feature uses Google Gemini, you'll need to provide your own, free API key to use it. If you are in the EEZ (European Economic Zone, which is all the EU member states plus Norway, Iceland and Liechtenstein), United Kingdom or Switzerland, even if you choose the free API key, you'll still need to connect a billing account to that Gemini API project in Google Cloud Console.
Check the mod's website for instructions and more details.
Optional dependencies
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:N8n7mGXT:CrSrlJe9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N8n7mGXT:CrSrlJe9"
}

