1.0
Compatibility
Required content
Changes
📦 Changelog – Initial Release "The First Update" 🎉
Welcome to the first public release of Prism Mod Menu!
This release focuses entirely on establishing a new standard for menu aesthetics. We are proud to introduce the foundation of what will become the most stylish mod menu available. 🚀
✅ What's New
- ⚡ Core Animation Engine – Implemented fluid, eye-catching animations for menu navigation and toggling.
- 🎭 Visual Identity – Launched with the first set of "Prism" themes, featuring a professional and clean display.
- 🏗️ Framework – Established the base structure for future customization and configuration.
📸 Gallery
⚠️ Known Limitations (Being Polished)
- 🖼️ Icons – Currently experiencing some display inconsistencies. A full icon overhaul is planned for the next patch.
- ⚙️ Configure Button – The configuration menu is currently non-functional. We prioritized getting the visual animation layer perfect for you first. Full customization options are coming in Update v1.1 🔜
🙏 Thank You!
Your support fuels the development. Expect rapid updates as we polish the rough edges! 💫
Happy Modding! 🎮✨
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:1Tg2Aapw:cT9R4GA4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1Tg2Aapw:cT9R4GA4"
}


