All versions
3.7-1.20.1
Release
Delightful 3.7 - 1.20.1last year 80.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
3.7
Updates
- Added
Delightful Overhaulsbuilt-in resource pack (16x) by championhestu- Retextures of supported items from other mods in a Farmer's Delight style
- Appears in Resource Pack selection page, disabled by default
- Added Aluminum Knife (closes #106)
- Added Pearlescent Knife (for Unusual End)
- Placeable Chorus Pie, added Chorus Pie Slice and Chorus Muffin (for Unusual End)
- Recommended with Delightful Overhauls resource pack enabled
- Cantaloupes and Mini Melons now produce 4 slices (from 6)
- Can scavenge slices from breaking Cantaloupes and Mini Melons with a knife
- Can scavenge Ham from Naturalist's Boars (and any entity tagged
delightful:drops_ham) - Removed support for
forge:tools/scavengingtag - Added recipe for cutting Ecologics' Coconut Husk into Straw
- Slightly increased nutrition and saturation of Slice of Baklava
- Slice of Gloomgourd Pie now gives 30 seconds of Virulent Resistance (from 8)
Fixes
- Fixed Acorns not dropping from Oak Leaves blocks (closes #111)
- Allow tea Cooking Pot recipes to accept Water Buckets, or any item tagged
forge:water(closes #108) - Stews must be cooked in a Cooking Pot
- Fixed Ecologics cooking recipe container issues
- Fixed typo in
quark:parrot_egg_grayinforge:eggstag (merged #109)
Translations
- Updated zh_cn (merged #110)
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:JtSnhtNJ:uzEVmDrN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JtSnhtNJ:uzEVmDrN"
}

