All versions
1.0.0
Release
Slot Highlight for CI Embossed Legacy 1.0.03 months ago 122
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
v1.0.0 (Initial Release)
✨ New Features:
- Custom Slot Highlighting: Implemented a new inventory selection rendering for the resource pack CI Embossed Legacy "cut-corner" style.
- Color Selector: Added Mod Menu compatibility to switch between 5 colors in real-time:
- Amber Yellow
- Deep Blue
- Crimson Red
- Obsidian Black
- Gray (Default)
- 1.21.1 Compatibility: Fixed the hardcoded slot highlight limitation present in this Minecraft version.
🛠️ Technical Details:
- 100% Client-side mod.
- Optimized for zero impact on FPS.
- Requires Fabric API.
v1.0.0 (Lanzamiento Inicial)
Mostrar
✨ Nuevas Características:
- Resaltado de Slots Personalizado: Se implementó un nuevo renderizado de selección de inventario con el estilo de "esquinas cortadas" para el paquete de recursos CI Embossed Legacy.
- Selector de Colores: Añadida compatibilidad con Mod Menu para cambiar entre 5 colores en tiempo real:
- Amarillo Ámbar
- Azul Profundo
- Rojo Carmesí
- Negro Obsidiana
- Gris (Por defecto)
- Compatibilidad con 1.21.1: Se solucionó el problema del resaltado bloqueado por código en esta versión de Minecraft.
🛠️ Detalles Técnicos:
- Mod 100% orientado al cliente (Client-side).
- Optimizado para no afectar los FPS.
- Requiere Fabric API.
Optional dependencies
Any compatible version
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:lBmAQgGG:O47P5Xry"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lBmAQgGG:O47P5Xry"
}

