Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 weeks ago
All versions
1.19.2-1.1.0-BETA7
Beta
1.19.2-1.1.0-BETA73 years ago 4,630
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- Bump to beta 7 [Harley]
- Fix #801 (tree pool element not using DT namespace) [Harley]
- Fix listResources to include high priority resources only [Harley]
- Update .gitignore [Massimo Cantú]
- Update gradle.properties [Massimo Cantú]
- fixed vines not staying on leaves [Massimo Cantú]
- changed type references to tags [Massimo Cantú]
- fixed biome overrides not working [Massimo Cantú]
- allowed snow to be placed on dynamic leaves [Massimo Cantú]
- fixed treepacks not respecting order [Massimo Cantú]
- fixed windswept forests [Max Hyper]
- Merge pull request #800 from djsimmonds/develop/1.19.2 [Max Hyper]
- fix heightmap assignment in DynamicTreeFeature.java [djsimmonds]
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:vdjF5PL5:lcv21qgC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vdjF5PL5:lcv21qgC"
}

