
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-1.0(TnT)
Compatibility
Required content
Changes

This is an update that includes fixes such as adding generated recipes and missing translations that should have been in Tip n Tap on publish!
Keep in mind this is not a completed mod. Current content consists of dishes, tools, tool interactions, enchantments and some incomplete features.
Whats inside?
🔨Fixes
-Added recipes for the following: Syrup Toast Stacks, Rose Hip Soup and Glazed Porkchop and Acorn Grits!
-Added Chinese translations and a missing item key, thanks to Nuttar for contributing!
-Added missing tags for Leaves and Crops
-Removed some duplicate crushing recipes
You may see some work being done with Sunflower, dont mind the funky texture haha
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:b36MLn8h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pGSJamiv:b36MLn8h"
}


