Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
1.2.0
Release
Rustic Delight 1.2.02 years ago 2,555
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.2.0
Additions
- Added Cherry Blossom food items
- Cherry Blossom Pancakes
- Cherry Blossom Cheesecake
- Slice of Cherry Blossom Cheesecake
- Cherry Blossom Cookie
- Cherry Blossom Roll
- Added mod configuration options
- Configuration option
squids_drop_calamarinow also removes calamari villager trades - Added configuration option
wild_cotton_chanceto configure chance of Cotton generating in the world. Set this to zero if you want to remove obtaining Cotton entirely (including villager trades). - Added configuration option
wild_bell_peppers_chanceto configure chance of Bell Peppers generating in the world. Set this to zero if you want to remove obtaining Bell Peppers entirely (including villager trades).
- Configuration option
- Added new tags
- Added
cherry_blossom_ingredientstag for Cherry Blossom-based food items - Added
cooking_oiltag for better compatibility with other mods adding oil
- Added
- Added mod compatibility for Frycook's Delight
- Added language support for Vietnamese (Thank you GodOfLac for providing the translations!)
Changes
- Pancake blocks now output an analog signal depending on the amount of pancakes left
Fixes
- Fixed pancake blocks being allowed to be placed anywhere: They can now only be placed on solid blocks.
- Fixed stack size of Potato Salad
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:FOkfio7n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:foa4fGIH:FOkfio7n"
}

