Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated 2 weeks ago
All versions
1.0.120-release
Release
Resource Data Pack Loader 1.12.2-1.0.120-release2 weeks ago 13
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changelog:
- City tweaks and pack updates
- Update howto for latest settings
- Logo and eye saver on splash.properties
- Teams options
- Add custom crate/chest/pouch options with baubles support
- Subway options
- Allow saplings to be tied to multiple nbt files
- Add standdown for Pulsar on Rubic worlds
- Road/Rail/Bridge work
- Improved rails
- Each manual section has a table now
- Initial rail line options
- Ore surface indicators, cascading ore veins, and prospecting options
- Generation tweaks and MCT logo
- Fixes for tunnels
- Packs in zip or assets only
- Tunnels for roads
Optional dependencies
Any compatible version
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:qdFALxes"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D4OJ0QwC:qdFALxes"
}

