Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
1.20.1-1.2.4
Release
Farmer's Delight 1.2.4 - 1.20.12 years ago 1.77M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.2.4
Updates
- The Cooking Pot item now displays more information than before:
- A blue bar will be shown to indicate the amount of meal servings stored, similar to how Bundles display their fullness;
- The tooltip will display the stored food's item sprite alongside its name;
- When viewing basic crops in JEI, they will display info on where they can be found as Wild Crops.
Fixes
- (1.20) Creative Tab registration has been moved to server-side, so that other mods can access them for game logic;
- Structure files for compost heaps are now format-updated with datagen, thus avoiding excessive DFU triggers on world gen. This should improve performance!
- Credit to malte0811, co-author of Immersive Engineering, for the StructureUpdater implementation;
- Skillet's higher knockback is now implemented as an attribute, rather than an event, fixing a bug where the other hand's item also received this boost;
- Skillet sounds now play at the correct stage of the damage cycle. This is noticeable on multiplayer, with some amount of latency;
Translations
- Added a line for the Rotten Tomato entity in most langs (thanks, leagris!);
- Added:
- sv_SE (thanks, Bjorkan!);
- Updated:
- es_MX (thanks, CerealConJugo!);
- fr_FR (thanks, leagris!);
- ja_JP (thanks, EndilCrafter!)
- ru_RU (thanks, VGamerGroup!);
- uk_UA (thanks, unroman!);
- zh_CN (thanks, NumberSir);
- zh_TW (thanks, Lobster0228!);
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:AxgOboGq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:AxgOboGq"
}

