Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% 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
- Added
FrozenLibModResourcePackApi
, allowing modders to include .zip resource packs in their mods.- Resource packs must be placed within a
frozenlib_resourcepacks
directory in the mod. - Resource packs will be copied to the
frozenlib/mod_resourcepacks
directory in Minecraft's run directory.- Resource packs in this directory that a mod has not registered will be deleted, meaning if you uninstall a mod, its resource pack will be deleted upon the next boot.
- Resource packs can be placed by users into the
frozenlib/resourcepacks
directory in Minecraft's run directory to force-load their own resource packs. - These resource packs will be force-enabled.
- These resource packs can optionally be hidden from the selection screen.
- Resource packs must be placed within a
- FrozenLib's cape texture cache file path within Minecraft's run directory has been moved from
frozenlib_cape_cape
tofrozenlib/cape_cache
. - Updated Kotlin to 2.2.0