Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
1.21.1-1.2.9
Release
Farmer's Delight 1.2.9 - 1.21.111 months ago 823.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.2.9
Updates
- The
offhand_equipmenttag now includesforge:tools/shieldsby default, extending default compatibility; - Rich Soil Farmland can now be hydrated by any fluid type capable of hydration;
- Wild Cabbage and Sea Beet can now generate on any biome tagged with
minecraft:is_beach(thanks, lyaneii!);
Fixes
- Fixed Wheat Dough's water-based recipe still displaying in JEI when disabled;
- Fixed FD's special recipes existing in the
minecraftnamespace; - Temporary fix for the Cooking Pot crashing when opened in spectator mode (access is now disabled);
- (1.21+) Fixed Cooking Pot allowing players to cook and store up to 99 servings;
- (1.21+) Fixed Create integration's milling recipes using invalid field, which caused them to never finish processing;
- (1.21+) Fixed Rabbit Stew not returning bowls after being eaten, due to the Rabbit Stew buff;
- (1.21+) Fixed a potential datapack error with cooking recipes in KubeJS (thanks, ianm1647!);
Translations
- Update main langs to include lines for wall canvas signs;
- Fixed es_ar translation having a JSON error;
- Added:
- hu_hu (thanks, bayi!);
- lzh (thanks, BeiDou114514!);
- Updated:
- it_it (thanks, BlackShadow77!);
- zh_cn (thanks, Don-Trueno!);
- zh_tw (thanks, CyanChanges!);
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:opCbq7uB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:opCbq7uB"
}

