Tags
Creators
Details
All versions
0.3.0
Beta
Prompt Overlay 0.3.0last month 9
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added an API so that other mods can interact with this mod
- Added support for Dungeon requeues
- Added support for Abiphone calls
- Made it possible to ignore certain contacts
- Added support for NPC dialogs with up to two options
- With this, we're also adding explicit option for the Hoppity call
- Made it possible to restart the Trappers Hunt once it is ready again
- Added support for Skyblock Trade requests
- Added support for Guild invites
- Added support for Hypixel duel invites
- Added a Dark Auction reminder
- Added color options for everything
- Added the possibility to toggle features
- Improved the config in general
- Decreased the mods file size by 4x by using a lower sized icon
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:QmHE8K0D:tJxmLFos"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QmHE8K0D:tJxmLFos"
}


