Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 days ago
All versions
1.5.0
Release
Rustic Delight 1.5.07 months ago 38.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
1.5.0
Additions
- Added slices for Bell Peppers
- Red Bell Pepper Slice
- Green Bell Pepper Slice
- Yellow Bell Pepper Slice
- Added slices for Roasted Bell Peppers
- Roasted Red Bell Pepper Slice
- Roasted Green Bell Pepper Slice
- Roasted Yellow Bell Pepper Slice
- Added compatibility with Brewin' and Chewin'
- Added Coaster models for most of Rustic Delight's items, allowing you to place them in your world!
- Added Coaster models for the following Farmer's Delight items:
- Wheat Dough
- Dumplings
- Cabbage Rolls
- Use bell peppers as a crafting ingredient for Pizza
- Use Cheese as a crafting ingredient for Stuffed Bell Pepper
- Added new tags:
spring_roll_ingredientsandstuffed_bell_pepper_ingredients - Added Kazakh translations (thank you ninsent!)
- Added Russian translations (thank you MaxKuz67, mpustovoi & JedaiGames!)
Changes
- Bell Pepper can now be used to cook: Spring Rolls, Cabbage Rolls
- Overridden some Farmer's Delight recipes to allow Potato Slices: Baked Cod Stew, Beef Stew, Vegetable Soup, Mushroom Rice
- Simplified Bell Pepper Pasta recipe to allow any combination of bell peppers
- Bell Pepper Roll now requires a Bell Pepper Slice, instead of a whole Bell Pepper
- Bell Pepper now restores 2 hunger points instead of 1
- Simplified Coffee and Dark Coffee recipes to only require Roasted Coffee Beans (you don't need a Water Bottle anymore)
- Simplified Honey Coffee recipe (you don't need to add Sugar anymore)
- Improved various textures
- Add biome tags to control spawning of Wild Bell Peppers, Wild Cotton and Wild Coffee
- Add missing translation keys for item tags, potted plants & crops
Fixes
- Fix crop models for Bell Peppers and Coffee floating above the ground
- They now use Farmer's Delight's
crop_crossmodel
- They now use Farmer's Delight's
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:j87GFBve"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:foa4fGIH:j87GFBve"
}


