Links
Tags
Creators
Details
1.5.1+26.2
Compatibility
Changes
Hello again everyone! Did you know two advancements in the pack were unobtainable? Crazy. Anyways, here's a new patch.
Like other patches, this one's changelog is small enough to fit here. But it's still on the Wiki. :)
Changelog
[1.5.1] - 2026-07-10
Changed
Items
- Lemons now have a 40% chance to drop from Birch Leaves (from 30%)
- For whatever the reason, Lemons were rather annoying to obtain from Birch Trees. I attribute this to the fact that birch is the worst wood type and thus lemons were cursed
Advancements
- Moved "The Iconic Assembly" advancement to be under "Getting Mixed Up" (previous parent advancement is now removed)
Misc
- Moved the
langfile from theminecraftnamespace to thermfnamespace- This doesn't change anything directly but it's more of a housekeeping change to keep things tidy and easy to find later
Removed
- Removed leftover files for crafting Sweet Berry Jam and Glow Berry Jam in the Shaker Cup as you can't do that anymore
- Removed the "It's Not Jammed, Is It?" advancement (this was a much easier solution to fixing a bug with them than trying to rework them ([RMF-79])
- Removed language paths for the "It's Not Jammed, Is It?" advancement
Fixes
If you somehow find any pesky bugs, let me know on the issue tracker!
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:2jidfU3A:lSGas04v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2jidfU3A:lSGas04v"
}

