Compatibility
Minecraft: Java Edition
25w15a
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Created 2 years ago
Updated 6 days ago
Changelog
- Significantly optimized
ModelPart
inversion.- 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
'smirror
method can fix issues withModelPart
inversion.
- ModelPart inversion should now be run on a
- Fixed Apparition
RenderType
s, 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
ClientCapeUtil
to 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 Libraries
config option's value. - Added
RecipeExportNamespaceFix
, used to fix the exporting of recipes sometimes using incorrectResourceLocation
s.