Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
1.20.1-1.2.7
Release
Farmer's Delight 1.2.7 - 1.20.1last year 1.53M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.2.7
Updates
- Knives are now effective at mining Cactus;
- Knives can now instamine Bamboo, just like a Sword;
- Added the following blocks to the
unaffected_by_rich_soiltag:- Moss, Nylium, Big Dripleaf, Pink Petals and Tall Flowers;
- Added
storage_blocks/<material>tags for each storage block (crates, bags, bales) in the mod:- In 1.20.1, the namespace is
forge; - In 1.21.1, the namespace is
c;
- In 1.20.1, the namespace is
- Rich Soil is no longer hardcoded to deny tall flower boosting; they have simply been added to the
unaffected_by_rich_soiltag;
Fixes
- Fixed wrong UV at the bottom of Pie models when there's 1 slice left;
- (1.21) Fix Pumpkins always dropping Pumpkin Slices without needing a knife;
Translations
- Updated:
- es_cl (thanks, Ganbare-Lucifer!);
- id_id (thanks, ichirei!);
- zh_cn (thanks, Boshigiri!);
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:R2OftAxM:NcRp00OO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:NcRp00OO"
}

