
Global Datapacks
Automatically populates the "Data Packs" selection screen with files from your global datapacks folder for every new world. No more manual copying - just drop your favorite packs into the central directory and they will be ready to activate instantly.
Tags
Creators
Details
1.1.1+fabric+1.21.11
Compatibility
Changes
Fixes & Enhancements
-
New Configuration Screen: Added a dedicated config menu (accessible via Mod Menu) to customize mod behavior.
-
Datapack Embedding Logic: Re-introduced the ability to keep unselected datapacks in the world's folder.
- You can now toggle whether "inactive" datapacks (those not explicitly enabled during world creation) should be kept in the world save folder in a disabled state or deleted entirely.
- This is controlled via the new "Embed inactive datapacks" option in the config screen.
-
Expanded Localization: Added support for 17 languages, including Swedish, Traditional Chinese, and many more!
-
Improved Metadata: Added a recommended version for Mod Menu in the mod's metadata to ensure the best compatibility and ease of access to the new settings screen.
-
License changed from MIT to Apache 2.0.
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:6qstKyES:zjhNGAHT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6qstKyES:zjhNGAHT"
}
