Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
1.0.0 - 2026-07-26 Initial public release of Resource Crops as a focused standalone feature mod. Renamed the project from the original template identity to resource_crops. Reduced the template project to keep only the resource crop system. Added configurable resource crop registration from config/resource_crops.json. Enabled a default Nether Quartz crop configuration. Added shapeless seed recipes based on resource item + seeds. Added resource crop growth, harvesting, and custom drop behavior. Seed drops ignore the harvesting enchantment. Resource drops are affected by the Fortune enchantment on sickles Crop harvesting no longer drops mining-style experience. Added support for normal, blighted, and dead crop rendering. Added Waila compatibility for resource crop information display. Moved published texture usage to the assets/resource_crops namespace for cleaner texture pack support.
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:2timkLlz:SfubutuY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2timkLlz:SfubutuY"
}

