
Forager's Insight
A Farmer's Delight addon that brings foraging to Minecraft! Players can forage for crops in the wild, finding uses from familiar vanilla plants as well as the occasional new flora! In addition, Forager's Insight adds several new features!
Tags
Creators
Details
1.20.1-2.5(BnB)
Compatibility
Required content
Changes

This is a release version of Forager's Insight! This aims to solve a few bugs in the previous version as well as bring some minor quality of life buffs.
Whats in this?
🔁Minor Changes
🧺Foraging
-Players with the Bloom effect will gain atleast 1 xp minimum when breaking eligible wild crops and grass or when right-click harvesting other harvestables that grant a range of 0-1 XP. Without Bloom these interactions remain a range 0-1 XP.
-Increased chance for wild flowers to drop a seed when Knifed. Short wild flowers went from 30% -> 50%. Tall wild flowers went from 50% -> 65%.
🌳Generation
-Increased Bountiful Tree and wild flower patch generation chances.
📃Tags
-Added Dough tag and adjusted Poppy Seed Bagel recipe to account for said tag.
-Added Raw Rabbit leg to Wolf Prey tag.
🟪Other
-Diffuser drops itself if there is no supporting block.
🔨Fixes
-Diffuser and Tapper are now tagged to be Mineable.
-Seed Milk/Sap/Syrup Bucket to Bottle conversion recipes fixed to give correct amount of Bottles.
-Kelp and Beet Salad recipe now accounts for a bowl in its recipe.
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:pGSJamiv:2dvM7AbH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pGSJamiv:2dvM7AbH"
}


