Tags
Creators
Details
1.0
Compatibility
Changes

Update 26.2

- Design Update
- Features
- Animation Settings
- Actions (Log Out)
- Usability
- Upload Icon Images
- Commands (Long Commands Supported)
- Icon Player Head
- Display Settings
- Add-ons / Plugins
- Mod Loader

Design Update

Modern & Clean Redesign: Updated to a sleek, modern look.
User-Friendly Layout: Revamped for improved readability and a more comfortable viewing experience.

Features

**Command Input Method**
Support for long commands: Now allows for the input of longer commands.
Updated to command-based system:
Supports Normal, Chain, and Repeat commands.
Conditional Change: Hold the Shift key while changing settings to apply them conditionally.
**Convenience Improvements**
Drag-to-reorder: You can now reorder items in the instance and button lists by dragging them.
Icon support: Icons can now be applied to instances as well.

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:E5cmhDev:Ramv9ams"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E5cmhDev:Ramv9ams"
}


