Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 3 months ago
All versions
1.21.1-1.2.10
Release
Farmer's Delight 1.2.10 - 1.21.16 months ago 271.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
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!);
- (1.21+) Tag changes:
- New mod tags:
farmersdelight:snacks: Non-sweet foods made of multiple ingredients, which don't need containers;farmersdelight:sweets: Sweet foods made of multiple ingredients, such as desserts;
- Properly tagged all FD foods inside
c:foods, as well as adding them to relevant sub-tags:- Wheat Dough, Raw Pasta and Nether Salad were added to
c:foods/food_poisoning; - All pie slices were added to
c:foods/pie. The full pies already exist inc:foods/edible_when_placed;
- Wheat Dough, Raw Pasta and Nether Salad were added to
- Added
c:foods/dough/wheatto accomodate Wheat Dough withinc:foods/dough, as per NeoForge specs;- FD recipes still use
c:foods/dough, as any type of grain is allowed;
- FD recipes still use
c:foods/milkis being sunsetted in favor of the officialc:drinks/milktag;- All FD recipes now use
c:drinks/milk; c:foods/milkstill exists for backwards compatibility, but will be removed in the next minor release.
- All FD recipes now use
- New mod tags:
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!);
- (1.21+) Create Integration - Fixed Chocolate Pie spouting recipe to use correct fluid tag;
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:EVaDSbPj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:EVaDSbPj"
}

