Tags
Creators
Details
All versions
3.0.3-7.1
Release
PrismaticLibe 3.0.3-7.13 years ago 505
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client-side
Required content
Changes
Change Log
Additions:
- Added slot property interfaces
- IAlpha (defines the alpha level the stack in the slot should use)
- IHighlight (defines the color and opacity of a highlight on top of the slot)
- IResizable (defines the size of the slot itself)
- Added IColoredArmor, allows for multiple armor textures to be colored and rendered on the player
Changes:
- Moved colored item rendering code out of the mixins
- Rewrote IColored to return a Colored Texture array from an itemstack (you can now have an arbitrary amount of texture layers)
- All textures now have alpha value support
Removals:
- SlotResizeable class (replaced with interface)
- SlotCraftingDisplay class (replaced with interfaces)
- ModVersionHelper class (use fabric or halplibe version checking instead)
- SoundHelper class (identical to HalpLibe's SoundHelper)
- GUIAuditoryButtons class (use IButtonSounds)
Fixes:
- Fixed atlas size calculations being hardcoded at 32 wide
- Fixed alpha value being set to brightness value
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| prismaticlibe-3.0.3-7.1-sources.jar | Unknown | 21.73 KiB |
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:SWkI3MzZ:IkfHDRWl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SWkI3MzZ:IkfHDRWl"
}


