Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 2 months ago
All versions
1.19-1.2.1
Release
Farmer's Delight 1.2.1 - 1.19.23 years ago 27.9K
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Forge
Supported environments
Client and server
Changes
1.2.1
Updates
- CraftTweaker integration has been re-enabled (thanks, Witixin1512!):
- This integration exposes
recipe_book_tabandfarmersdelight:tool_actionto CT scripts;
- This integration exposes
- Updated the Cutting Board:
- The player can no longer "attempt" to process a carved tool.
- Updated Cake and Pie slices:
- When slicing a cake, slices will drop from the cut side in a neat little row;
- When slicing a pie, slices will drop towards the user's side;
- Eating either block or slice no longer causes potion particles when granting Speed to the user;
- Tomato Vines now have a slightly thinner hitbox, to facilitate clicking blocks behind them;
- Added Kelp to Crop Rotation advancement, as it can be cooked into food;
- Rich Soil Farmland now uses its own farmland template, so that resource packs won't break the model by improperly changing vanilla templates...;
- Removed local Botany Pots integration. It is now integrated within Botany Pots itself, in newer versions;
Fixes
- (1.19) Fix Stove not emitting particles or ambient noise;
- (1.19) Fix containers (bowls, bottles etc.) not being searchable as recipe inputs in JEI;
- Fix the Crop Rotation advancement looking for
tomatoesinstead ofbudding_tomatoes, making it impossible to complete; - Fix wrong criterion on recipes for smelting Golden Knives;
- Fix Rich Soil being turned into Rooted Dirt when growing Azalea trees on it;
- The fix should potentially prevent other modded trees from converting Rich Soil as well.
- Fix wrong composting rates for a few items;
- Fix Stuffed Pumpkin, Kelp Rolls and Sandy Shrub not being compostable;
- Fix Skillet being able to break blocks on creative, despite being a weapon;
- Fix Mooshroom and Trader Llama not being scavengeable for Leather when killed with a Knife;
- Fix Full Tatami Mats being placeable if the space ahead is unsupported, which caused them to break instantly;
- Fix Candle Cakes not dropping slices when mined with a knife (thanks, edgarogh!);
Translations
- Updated:
- ca_ES (thanks, DyaMetR!);
- de_DE (thanks, DaLumma!);
- es_MX (thanks, cerealconjugo and Witixin1512!);
- it_IT (thanks, BlackShadow77!);
- ja_JP (thanks, CKenJa and ksk3110!);
- ko_KR (thanks, qkrehf2!);
- pl_PL (thanks, KarolOfGutovo!);
- ru_RU (thanks, Pahuhopu!);
- sk_SK (thanks, davx!);
- tr_TR (thanks, gyrozeppelifan!);
- uk_UA (thanks, unroman!);
- vi_VN (thanks, baooduy!);
- zh_CN (thanks, IdealNightOcean and Andows96!);
- zh_TW (thanks, xMikux, Pancakes0228 and StarskyXIII!);
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:vKnBI3zc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:vKnBI3zc"
}

