Tags
Creators
Details
1.7.0
Compatibility
Required content
Changes
From colorful bell peppers to cozy cups of coffee, Rustic Delight 1.7 is packed with vibrant new bell pepper varieties, comforting recipes, world generation improvements, and plenty of delightful surprises waiting to be discovered.
Additions
- Added mutated variants of the bell pepper crop
- Pale Bell Pepper Seeds: Yields white, pink and orange bell peppers
- Dark Bell Pepper Seeds: Yields black, blue and purple bell peppers
- Added Wild Pale Bell Peppers and Wild Dark Bell Peppers, which can be found in jungles (rare)
- Added Bell Pepper Medley, a new feast crafted with 1 of each stuffed bell pepper color
- Added Giant Bell Pepper block for each color, crafted with Bell Pepper Slice and randomly found in jungles (rare)
- Configurable with the
bell_pepper_block_patch_chanceconfig option (set to zero to turn off spawning)
- Configurable with the
- Added two new types of coffee: Pumpkin Coffee and Cherry Blossom Coffee
- Added Fried Fish: new fried food crafted with any safe fish, Batter and Cooking Oil
- Added Coffee Cheesecake and Slice of Coffee Cheesecake
- Added Coffee Pancakes and Coffee Pancake
- In addition, you can now add additional pancakes onto a default pile of 6, by shift-right-clicking while holding a pancake (to a maximum of 12).
- Added Calamari Soup
- Added Calamari Crate, a storage block for Calamari
- Rustic Delight's crops now randomly spawn in village farms (turn off with the
generate_village_farm_cropsconfig option) - Rustic Delight's items now randomly generate as loot in chests (turn off with the
generate_random_lootconfig option) - Added advancements to guide new players through the features of Rustic Delight (gated by the various feature toggles)
- Added new feature toggles to the config (so you can disable features, making related items unobtainable)
enable_bell_peppersenable_cherry_blossom_foodsenable_coffeeenable_cottonenable_fried_foodsenable_pancakesenable_potato_slicesenable_syrup_foods
- Added 3D models for many of the new items added in this update (requires Brewin' and Chewin' coaster)
- Added compatibility with Hearth and Harvest: its Syrup Bottle can be used in place of Syrup
- Added Ukrainian translations (thank you hikarosato!)
Changes
- Updated Farmer's Delight Refabricated to 3.6.5 (now the minimum required version)
- Updated Japanese translations (thank you HayaKoh!)
- You no longer need a knife to get a single pancake: Pancakes are now taken from the block by right-clicking, and go straight into your inventory
- Breaking a pancake block now drops the remaining pancakes as individual pancake items
- Updated Rice Roll Royale texture & models to match Farmer's Delight latest Rice Roll Medley changes
- Rebalanced cheesecake recipes
- Improved Cherry Blossom Pancakes model
- Improved various textures, such as Cotton Boll, Wild Bell Peppers, Coffee Beans
- Wild Coffee and Wild Bell Peppers now spawn about twice as often
- Villagers can now consume Rustic Delight crops, making them compatible for automated villager farms
- Wandering traders now rarely offer Pale and Dark Bell Pepper Seeds
- Pancake block models are now named after the number of pancakes on the stack (
<flavour>_stack_6rather than<flavour>_stage0), which resource packs targeting them will need to follow
Fixes
- Fixed the Fisherman's Cooked Calamari trade having its costs in the wrong order, matching vanilla's cooked fish trades
- Potion of Haste is now brewed from an Awkward Potion rather than straight from a Water Bottle, matching every other potion
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:kVLLFl6q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:foa4fGIH:kVLLFl6q"
}

