Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last week
All versions
1.3.0
Release
Rustic Delight 1.3.02 years ago 17.8K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
1.3.0
Additions
- Added new Coffee feature. Obtain Coffee Beans by finding Wild Coffee in the jungle or trading with villagers.
New items include:
- Wild Coffee, a plant found in the jungle that drops Coffee Beans
- Coffee Beans, used to grow coffee crops
- Roasted Coffee Beans, used to brew coffee
- Golden Coffee Beans, used to brew a Potion of Haste
- Bag of Coffee Beans
- Coffee-Braised Beef
- Added drinkable Coffee items. Drink them to gain Speed and Haste for a short while.
Some coffee variants have additional effects! New items include:
- Coffee
- Milk Coffee
- Chocolate Coffee
- Honey Coffee
- Dark Coffee
- Added Haste potions, including long and strong variants. Brew them with Golden Coffee Beans.
- Potion of Haste
- Splash Potion of Haste
- Lingering Potion of Haste
- Arrow of Haste
- Added new configuration options
- Wild Coffee chance, used to configure Wild Coffee spawning. Set to zero to disable the Coffee feature entirely (including trades).
- Enable villager trades
- Enable wandering trader trades
- Enable potions (currently enables brewing a Potion of Haste)
- Added alternative recipes for some Farmer's Delight items
- Fried Egg can now be obtained by putting an Egg and Cooking Oil in a Cooking Pot
- Fried Rice can now also be cooked by using Cooking Oil instead of an Egg
Changes
- Improved tooltips to include status effects
- Wild Cotton and Wild Bell Peppers can now be obtained using Shears
- Batter and Bell Pepper Soup now use the eating sound when consumed, to be more consistent with other soup-like items
- Tweaked Raw Calamari food values
- Cherry Blossom Cheesecake can now be cut into slices using the Cutting Board
Fixes
- Fixed pancake blocks not dropping a bowl when the last serving was eaten
- Fixed compatibility with Serene Seasons
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:foa4fGIH:z9efK6Jg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:foa4fGIH:z9efK6Jg"
}


