Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last month
All versions
21.0.6
Release
v21.0.6 - Fabric - 1.21-1.21.1last year 4.21M
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
21.0.6
- Split config for builtin data- and resourcepacks, sorry for the inconvenience
- Your Config Formatting will no longer be overwritten all the time
- Packs added trough folder entries in the config, can now also be overwritten to have a lower priority, by specifying a specific file
21.0.5
- Added new Config options
- log_pack_ids -> if set to true, the IDs of all available packs will be logged
- resourcepacks.enable_builtin -> A list of pack IDs to be enabled, this can be used to enable builtin resourcepacks from mods
21.0.4 (Forge only)
- Fixed for Forge
21.0.3
- Loads Packs again (whoops)
- Load order from config is now respected, changed previous behavior, datapacks and resourcepacks will be listed in the same order, as in the config. (First in the config = highest priority ingame) The config will be converted automatically if you were on 21.0.1 before.
- Now only messes up your config if an error was detected
- Force enabled Resourcepacks, will no longer show twice in the resourcepack list.
21.0.2
- Changed Default config for compat with upcoming CF changes
- Updating will automatically add "<instance folder>/datapacks/" to the config. CF will load datapacks from that folder.
- Renamed config to
global_packs.tomlit'll be renamed automagically. - Folders in config will be created automatically (now more reliable)
- (There will be more updates, some will be more significant)
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:NRLPy2mk:ErTctr3A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NRLPy2mk:ErTctr3A"
}

