Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
1.20.1-1.2.5
Release
Farmer's Delight 1.2.5 - 1.20.12 years ago 568.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
1.2.5
Additions
- Farmer Villagers are now capable of planting and harvesting FD crops!
- They can plant, harvest and collect the drops for Cabbage, Tomato and Onion;
- Rice is currently excluded from this equation, as farmer AI wasn't able to handle it properly without extensive changes.
- Added tag:
farmersdelight:campfire_signal_smoke. Blocks in this tag will cause Campfires to emit "signal smoke", like the Hay Bale;
Updates
- Knives are now effective at mining Pumpkins (normal and carved) and Melons;
- Knives will harvest 4 Pumpkin Slices when mining a Pumpkin, instead of a whole unit. Carved Pumpkins are unaffected;
- Added Canvas Signs to the vanilla
signsandhanging_signsitem tags; - Some crafting recipes are now properly grouped in the Crafting Table's recipe book;
- Skillets are now waterloggable, but are unable to cook underwater, either handheld or as a block. Hard to fry when the skillet is flooded!
tomatoeswere temporarily removed from thecropstag, as bee pollination was breaking ropelogged vines unpredictably;- This will likely be addressed in the next major release;
Fixes
- Fix meal duplication when using containers against a Cooking Pot block, then closing and reloading the world;
Translations
- Added:
- be_by (thanks, observr1!)
- da_dk (thanks, gohkenytp!)
- en_gb (thanks, akkini1!)
- tok (thanks, PiggyDr!)
- Updated:
- de_de (thanks, joernott and DaLumma!)
- es_ar (thanks, axperty!)
- es_mx (thanks, cerealconjugo!)
- ja_jp (thanks, konumatakaki and EndilCrafter!)
- ko_kr (thanks, smoong951!)
- ru_ru (thanks, mpustovoi!)
- uk_ua (thanks, TheGridExpert!)
- vi_vn (thanks, godkyo98!)
- zh_cn (thanks, DuckDuckStudio!)
- zh_tw (thanks, DuckDuckStudio and FuGu0416!)
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:5tKbefI6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:5tKbefI6"
}

