Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 days ago
All versions
1.5.0
Release
Rustic Delight 1.5.03 months ago 18.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.5.0
Additions
- Overhauled the pancake feature:
- Added ability to take a single pancake from a pancakes block, with a knife
- Added Cooking Pot recipes for all pancakes
- Added new pancake variants: Pancakes (the classic variant), Pumpkin Pancakes
- Added Pancake, Honey Pancake, Chocolate Pancake, Vegetable Pancake, Cherry Blossom Pancake, Pumpkin Pancake
- Updated all pancake models
- Added a new cooking ingredient: Syrup! Required for some new items:
- Pancakes and Pumpkin Pancakes require Syrup to craft
- Syrup Cheesecake
- Syrup Cookie
- Syrup Sandwich
- Syrup Coffee
- Added Coffee Cookie
- Added Sweet Salad
- Added slices for Bell Peppers (Red/Green/Yellow Bell Pepper Slice)
- Added slices for Roasted Bell Peppers (Roasted Red/Green/Yellow Bell Pepper Slice)
- Added Bell Pepper Roll variants (Red/Green/Yellow)
- Added Rice Roll Royale (a feast block)
- Added Fried Dough and Fried Dumplings
- Added configuration options via Cloth Config:
squids_drop_calamarito disable squids dropping Calamariwild_cotton_chance, used to configure Wild Cotton spawning. Set to zero to disable the feature.wild_bell_peppers_chance, used to configure Wild Bell Peppers spawning. Set to zero to disable the feature.wild_coffee_chance, used to configure Wild Coffee spawning. Set to zero to disable the feature.enable_villager_trades,enable_wandering_trader_trades,enable_potions
- Added a custom placement modifier
rusticdelight:configurable_rarity_filterso wild crop spawn rates can be controlled via config at runtime - Added compatibility with Brewin' and Chewin':
- Added Coaster models for most of Rustic Delight's items, allowing you to place them in your world!
- Includes Coaster models for Wheat Dough, Dumplings, Cabbage Rolls
- Added biome tags for Wild crop spawning:
- Wild Cotton now also spawns in biomes tagged with
#c:is_forest - Wild Bell Peppers & Wild Coffee now also spawn in biomes tagged with
#c:is_jungle
- Wild Cotton now also spawns in biomes tagged with
- Added new tags:
rusticdelight:syrup,rusticdelight:syrup_ingredients,rusticdelight:sweet_liquids,rusticdelight:fruits_berries,rusticdelight:raw_cooked_eggs,rusticdelight:mushroom_rice_ingredients - Added Bell Pepper Soup to the
#c:foods/souptag - Added Potato Slices to the
#c:crops/potatotag for better cross-mod compatibility - Overridden some Farmer's Delight recipes to allow Potato Slices and additional ingredients: Baked Cod Stew, Beef Stew, Vegetable Soup, Mushroom Rice, Fried Rice
- Bell Pepper Slices can now be used to cook Spring Rolls and Cabbage Rolls (added to
farmersdelight:cabbage_roll_ingredients) - Updated bag textures for Cotton Seeds, Bell Pepper Seeds, Coffee Beans, and Roasted Coffee Beans bags
- Updated textures for Coffee Beans, Roasted Coffee Beans, Golden Coffee Beans, and Bell Peppers (Green/Yellow/Red)
- Added missing translation keys for tags, potted wild crops, and crop blocks
- Added Russian translations
- Added Kazakh translations
- Added Korean translations
- Added Spanish (Argentina) translations
- Added Chilean Spanish translations
Changes
- Updated to Farmer's Delight Refabricated 2.4.1
- Switched maven repository from Greenhouse to Modrinth
- Bell Pepper Soup recipe rebalanced to require 3 bell peppers (down from 6)
- Bell Pepper now restores 2 hunger points instead of 1
- Bell Pepper Roll now requires Bell Pepper Slices, instead of whole Bell Peppers
- Honey Coffee now uses MilkCoffeeItem behavior (clears one effect on consumption)
- Pancake crafting recipes simplified and rebalanced
- Simplified Bell Pepper Pasta recipe to allow any combination of bell peppers
Fixes
- Fixed broken Honey Coffee tooltip
- Added missing tooltip for Syrup Coffee
- Fixed Bell Pepper and Coffee crop models floating above the ground (now use Farmer's Delight's
crop_crossmodel)
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:z2oTqnXx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:foa4fGIH:z2oTqnXx"
}



