Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 3 months ago
All versions
1.20.1-1.2.10
Release
Farmer's Delight 1.2.10 - 1.20.16 months ago 769.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
1.2.10
Updates
- The JEI widget for the Cooking Pot now has its own image file, to allow custom widget editing;
- The UI icons are still located in the main Cooking Pot UI file;
- Villagers can now consume FD crops to become willing to breed (thanks, isErenG!);
Fixes
- Fixed
foodEffectTooltipconfig not affecting the tooltip of vanilla foods with FD effect overrides; - Fixed Cutting Board playing sounds at the zero corner, instead of at the center of itself;
- Fixed non-contained meals (example: Dumplings) being deleted if sitting on the meal slot, and using the same meal against the pot to serve it (thanks, VBlackCAT!);
Translations
- Added:
- kk_kz (thanks, ninsent!);
- zh_hk (thanks, Duppy-Conqueror!);
- Updated:
- hu_hu (thanks, bayi!);
- ja_jp (thanks, Abbage230!);
- lzh (thanks, BeiDou114514!);
- ru_ru (thanks, pansangg!);
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:igQdwIqn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:igQdwIqn"
}

