Tags
Creators
Details
Licensed GPL-3.0-only
Created 4 years ago
Updated last month
All versions
2.1-mc1.21.5
Release
2.1 (1.21.5)last year 4,706
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
- Significantly optimized
ModelPartinversion.- ModelPart inversion should now be run on a
CubeDefinition, as inverting a ModelPart once the model has been created sometimes will not work properly. - The
CubeDefinition'smirrormethod can fix issues withModelPartinversion.
- ModelPart inversion should now be run on a
- Fixed Apparition
RenderTypes, and cleaned up existing ones. - Added
ShaderRegistryAPI, allowing modders to register custom shaders.- This API is not present past 1.21.1 as Vanilla gained this functionality in 1.21.2.
- Added
ItemTooltipAdditionAPI, letting modders append custom text tooltips to items when certain conditions are met. - Added
FrozenLibLootTableEvents, currently only containing an event for when an Item generates inside a Container. - FrozenLib's ModMenu Badge API will now log when a badge with a duplicate internal id is registered.
- Added additional helper methods to
ClientCapeUtilto make it easier to see what Capes a player can wear. - FrozenLib now shows up in ModMenu's mod list if the user can wear Capes, regardless of the
Show Librariesconfig option's value. - Added
RecipeExportNamespaceFix, used to fix the exporting of recipes sometimes using incorrectResourceLocations.
Optional dependencies
Any compatible version
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:9KawNmQc:Qf05czRL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9KawNmQc:Qf05czRL"
}
