Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 days ago
All versions
1.5.0
Release
Rustic Delight 1.5.0last year 54.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
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
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
- Added Potato Slices to the
crops/potatotag, for better compatibility with other mods - 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
- Improved various textures
Fixes
- Fixed cutting recipe for Baked Potato (yielded Potato Slices instead of Baked Potato Slices)
- Improved Russian translations (thank you JedaiGames!)
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:blOKWElv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:foa4fGIH:blOKWElv"
}

