
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-0.3
Compatibility
Required content
Changes
Whats inside?
This update is the first published alpha and is not a completed mod. Current content consists of dishes, tools, tool interactions, enchantments and some incomplete features.
🌹New Crops
-
Rose Bushes, Dandelions, Poppies and Sunflowers can be broken with knives,like wild crops from Farmer's Delight, dropping their respective crop.
-
Oaks and Dark Oaks have Bountiful variants that have a unique leaves block that progresses in stages, with the final stage becoming shearable to harvest its crop.
-
Sunflower crop isn't fully implemented.
🔨New Tools and Tool Interactions
-
Flint Shears are a new early game tier for Shears.
-
Mallets can mine stone blocks like a pickaxe and has a right click crush interaction with certain blocks and crops. It can also be used on the cutting board.
-
Handbaskets function as a secondary inventory for certain blocks and items of natural origin, like crops, flowers or knife and shear drops. Tagged items will prioritize a basket with space over the player inventory.
-
Shears have new interactions such as snipping Sugar Cane i, always snipping the max harvest from Mature Berry Bushes or shearing Chickens for feathers. In addition, Shears can be enchanted with Fortune and allows right-click interaction drops to benefit.
✨Enchantments
-
Farmhand A utility enchantment for Hoes, Knives and Shears that causes blocks broken with these tools to deposit directly into the players inventory. If the broken block is a crop, it is also replanted. Works on Shears right click as well.
-
Concussive A combat enchantment for Shovels and Mallets that give bonus damage to critcals and causes the first hit on an enemy to stun them for 2 seconds. This has a cooldown per enemy and both this and the stun duration scale with rank. Currently the stun effect consists of a high slowness level plus blinding to simulate being bonked over the head 🤗
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:ptu7auLU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pGSJamiv:ptu7auLU"
}


