1.0.0
Compatibility
Required content
Changes
Rype's Profiles v1.0.0
š Initial Release
The first public release of Rype's Profiles!
Added
-
Save named inventory profiles for supported containers.
-
Apply saved profiles with a single click.
-
Support for:
- Shulker Boxes
- Single Chests
- Double Chests
-
Automatic detection of container type.
-
Separate profile lists for each supported container.
-
Profile buttons integrated directly into supported container GUIs.
-
Save Profile button for quickly creating new profiles.
-
Configurable button layout:
- Width
- Height
- Spacing
- X Offset
- Y Offset
-
Enable or disable profile support for each container type.
-
Live preview in the configuration screen.
-
Reset button to restore default button settings.
-
Persistent profile and configuration storage.
-
Mod Menu integration for easy configuration.
-
Lightweight client-side implementation with minimal performance impact.
Notes
- Requires Fabric API.
- Mod Menu is optional but recommended for accessing the configuration screen.
- Compatible with Minecraft 1.21.11.
Optional dependencies
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:4zTkMYaz:5HIQObN7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4zTkMYaz:5HIQObN7"
}

