Tags
Creators
Details
1.1.0
Compatibility
Changes
New features
-
Introduced new ways to open menus. You can now open menus through interactive in-game actions. Learn more
-
Added ten preset vanilla sounds that can be played when clicking on an menu item. Learn more.
-
Action Support for Advancement Items: The 'Advancement' item type now supports actions.
Changes
-
Improved Item Loading: When a "defined" item is not found, an error item will now be displayed in its slot instead of leaving it empty. This provides better visual feedback for debugging menus.
-
Debug Messages: The debug message for an invalid menu has been reformatted for better readability and clarity.
Fixed bugs:
- Teleport Cost System: Resolved a bug that allowed players to teleport even if they did not meet the experience level requirement.
Report issue: https://github.com/tqcuong2000/inventory-menu/issues
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:qGmIHxuq:tY02NPoT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qGmIHxuq:tY02NPoT"
}

