Links
Tags
Creators
Details
1.1.2+1.21+fabric
Compatibility
Required content
Changes
[1.1.2] - 2024-9-2
This is another patch for 1.21. The next update comes out when Minecraft 1.22 comes out, to give me time for a... lot of changes I needed to make for v1.2. In the meantime, please enjoy these bug fixes that I somehow missed--with 2 of them being game breaking??

Changed
- Apple drops have been tweaked a bit
- The highest chance of getting an Apple from a leaf block has been dramatically reduced to 5% (from 15%)
- The minimum amount of Apples that can drop from a leaf block is now 1 (from 2) and the maximum is now 2 (from 5)
- Side note: what the hell was i huffing when making the maximum 5?! at 15% PER BLOCK!?
- Reduced the chances of finding Coffee Beans in Jungle Leaves to 2% (from 5%)
- Coffee Beans are only used for 1 recipe at the moment, they don't need to be so common at all
Misc
- Added an "Install Instructions" file to the data pack download zip folder
- Removed the "Unreleased" area from the changelog
- I'd rather not show exactly what I'm planning on adding, since things change easily and I may decide not to add something due to difficulties. Plus it's fun to see what gets added!
Fixes
- RMF-17: Zombie mobs always drop carrots, iron ingots, and potatoes
- RMF-24: Apples drop too frequently from trees
- RMF-25: Enchanted tools make leaf blocks that have custom food drops drop themselves
If you find any pesky bugs, you can let me know on the issue tracker!
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:2jidfU3A:AEFkYGzU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2jidfU3A:AEFkYGzU"
}

