Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 3 months ago
All versions
1.19.2-1.2.2
Release
Farmer's Delight 1.2.2 - 1.19.23 years ago 8,335
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
1.2.2
Additions
- Added compatibility with the
origins:meattag from the Origins mod:- Carnivorous foods not defined as
meat()in properties; - Bacon and Eggs;
- Carnivorous foods not defined as
- Added some items to Create Crafts & Additions tags:
createaddition:plantsandcreateaddition:plant_foods(thanks, moltenwolfcub!); - Added Onions to the
tconstruct:seedstag from Tinker's Construct, to replant with Harvest modifiers; - New tags:
farmersdelight:terrain: Blocks commonly present in biome surfaces. Populated byminecraft:dirtandminecraft:sand, and used for wild crop generation;farmersdelight:horse_feed_tempted: Entities which will be tempted by Horse Feed when held;farmersdelight:serving_containers: Items commonly used as containers for Cooking Pot recipes. Used for shift-click logic in the UI;
Updates
- Updated the Rope recipe to require 2 straw only, and output 4 units;
- Updated alternate Lead recipe to use Straw instead of Rope, due to Rope being cheaper now;
- Updated the Cooking Pot's GUI with a small arrow, pointing from the meal slot to the output slot;
- Updated the JEI widget for cooking recipes:
- Slightly smaller size, to fit more recipes per page;
- Progress arrow now shows icons for cooking time and experience, and displays those stats on mouse hover;
- Updated
create:upright_on_beltwith newer FD drinks; - Updated
fan_heaterstopassive_boiler_heaters, according to Create 0.5 specs;- (1.18.2)
fan_heatersis still present for legacy compatibility with Create 0.4;
- (1.18.2)
- Updated Wild Cabbage and Sea Beet generation to be placeable on blocks tagged as
minecraft:sand, instead of hardcoded to normal sand; - Rabbits can now be fed, and are tempted by, Cabbage (whole or leaf);
- Updated Slice of Cake's texture, to be more accurate to the cake block it comes from;
- Ropes can now support center-hanging blocks beneath them, such as Lanterns;
- Tomato Seeds are now associated as an item for both
tomatoesandbudding_tomatoes(thanks, RaymondBlaze!);
Fixes
- Fix Wild Crops not generating in biomes from biome mods:
- Removes the check for
forge:is_overworldon placed features, since the tag is unused by most mods; - (1.18) The NETHER, THEEND and NONE BiomeCategories are excluded from wild crop generation instead.
- Removes the check for
- Fix loot functions lacking a type, causing errors with datagen and mods (such as Roughly Enough Resources);
- Fix Lily Pads and other water plants being directly plantable on Rich Soil, as if it was water;
- Fix wrong Cutting Board rendering for items with 3D model perspectives, but a 2D sprite on inventories;
- Fix roped Tomato Vines being destroyed by water, deleting the rope;
- Fix Cooking Pot not resetting its cook time when quick-swapping recipes, such as through the Recipe Book (thanks, Umpaz!);
- Fix Comfort and Nourishment overlays not being cancellable by other mods (example: Vampirism Blood Bar);
Translations
- Updated:
- ru_RU (thanks, Edarlingen!);
- es_ES (thanks, GerardPolloRebozado!);
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:N1aLfuNT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:N1aLfuNT"
}

