Tags
Creators
Details
Licensed GPL-3.0-only
Published last week
Updated 20 hours ago
All versions
1.0.86-release
Release
Resource Data Pack Loader 1.12.2-1.0.86-release20 hours ago 5
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog:
- Should have been added???
- Flat bedrock again
- Add intro screen, and a few fixes
- Pack options enhancements, entity attribute fixes, world time settings
- Lock create world if pack options change requires it, notify
- Reset GUI pack options warning if world can load
- Pack configurable world border
- Pack configurable world border, cannot go higher than max size in config
- Configure world spawn
- Kamikaze entity, color-able entities, and indestructible spawner options
- Update howto
- Pack options & GUI, structure locate options, village specific locations
- Pre-generation options, optimizations, plus structure map control
- Update internal readme
- Fully optimized major performance world pregen and additional options
- Update Howto for dimension rules
Optional dependencies
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:D4OJ0QwC:Pwnk1Hia"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D4OJ0QwC:Pwnk1Hia"
}



