Tags
Creators
Details
All versions
0.5.0
Beta
Prompt Overlay 0.5.0last month 23
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Implemented a prompt queue, which now stacks received prompts.
- Heavily improved the theming options:
- Added an entry animation.
- Added some new styles.
- Added the possibility to set a custom background and improved the default color options.
- Added an option to display a glow around the prompt overlay.
- Added an overlay preview to the config screen.
- Added a max prompt duration for some prompts, since e.g. trade requests expire after 10 seconds.
- Added an optional description to the prompt, which is now displayed below the prompt message.
- Added a sound when a new prompt is received.
- Added support for the starlyn sister rewards claim screen.
- Added support for displaying the traveling zoo.
- Improved the rendering logic by making it faster and more dynamic.
- Added a new mod icon.
- Properly reordered the keybind settings.
- Added a new and improved debug command.
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:T73Rp8di"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QmHE8K0D:T73Rp8di"
}


