Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 5 days ago
All versions
2.0+mod
Release
v2.0 for 1.20.5-1.21.35 days ago 44
Compatibility
Minecraft: Java Edition
1.21–1.21.3
1.20.5–1.20.6
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Added:
- 26.2 Support
- Wandering Traders can sometimes sell Fruiting Apple Tree Leaves (26.1+)
- Additional particles spawn when breaking Apple Tree Leaves
- Filipino language support
- Missing features were added to outdated versions of the datapack
- "hfd-sat:uninstall" Function
Changes:
- Fixed Portuguese (Brazil) translations
- Made Fruiting Apple Tree Leaves look slightly better
- The sound of Apples dropping now has a slightly higher and randomized pitch
- Apples now won't drop if the Apple Tree Leaves were broken by a player in Creative
Technical Info:
- Remade the ENTIRE Apple Tree generation system from the ground up
- Each Apple Tree is now fully randomized instead of having one of 5 pre-built variations
- Apple Trees will no longer replace blocks when generating
- Apple Trees will also no longer generate on Stone or Water by mistake
- Apple Trees also now have a slightly lower chance of generating in Plains biomes than Forests
- Optimized more parts of the datapack
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:x6CINGnv:tRYaZ5of"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x6CINGnv:tRYaZ5of"
}

