1.0.0
Compatibility
Changes
Farming Highlighter (NeoForge) Ever walk past a full field of crops and not notice half of them are actually ready to harvest? Farming Highlighter solves that. It's a lightweight, server-side mod that marks ripe crops with a glowing red outline, so you can spot exactly what's ready at a glance. Features š„ Ready Outline ā Traces a red particle square around any fully-grown crop nearby. š¾ Smart Detection ā Automatically catches wheat, carrots, potatoes, and beetroot the moment they finish growing. š Live Updates ā Outlines refresh continuously, appearing and disappearing in real time as crops grow or get harvested. š„ļø Server-Side Only ā Only needs to be installed on the server! Vanilla clients can join without installing anything themselves. Requirements Minecraft Version: 1.21 / 1.21.1 Mod Loader: NeoForge (Version 26.2+)
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:bcrxhETa:N8ylcutY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bcrxhETa:N8ylcutY"
}

