Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 months ago
All versions
0.3.0
Release
Slavic Delight 0.3.02 years ago 12.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Additions:
- Plants from Slavic delight now spawn on farms in villages
- Some dishes in bowls and clay pots now give the Comfort effect
Changes:
- Improved interaction with pickling jars
- Improved interaction with clay pot
- Added waterlogged states for barrel blocks, clay pots and jars
- Added the ability to fill a jar with brine
Compatibility:
- Added full dependence on Farmer's delight.
- Added compatibility with Diet.
- Added compatibility with Serene seasons.
- Added partial compatibility with many addons for Farmers's delight and other mods that add vegetables(cucumbers and radishes can be used in crafts from these mods)
Bug fixes:
- Fixed broken crafts
- Fixed broken loot tables
- Fixed errors in item names
- Other bugs
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:r64P7w6f:gIZocjG9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r64P7w6f:gIZocjG9"
}


