
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-3.3(ITW)
Compatibility
Required content
Changes

INTO THE WOODS: PART 1
This is a release version of Forager's Insight that seeks to remedy some common issues and bugs from its previous version.
šMinor Changes
š± Remedy seed bucket not giving back a bucket when crafting with it;
⨠XP sources unique to this mod should now only award XP from Crops and is special cased to ignore bamboo; This should hopefully remedy things like xp being acquired from fire and other non crop blocks.
š Made Forager' Leaves be more in like with Vanilla ones like , no more suffocating etc.
š Made Suspicious Leaf Litter function more in line with other Suspicious Blocks when Brushed.
šØš¼āš¾ Fixed Farmhand to correct behavior for Shears and just overall logic when interacting with crops and replanting.
ā Fixed Flint Shears to adopt actual Shearing behaviors.
š¼ Fixing naming of Suspicious Flower particles.
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:see0qLVR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pGSJamiv:see0qLVR"
}


