All versions
3.7.2-1.20.1
Release
Delightful 3.7.2 - 1.20.1last year 691.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
3.7.2
Updates
- Added Glow Jam Cookie
- Added Glow Jam Cookie Tile block set (for Cookielicious)
- Added Source Berry Cookie Tile block set (for Cookielicious) and Ars Nouveau)
- Cantaloupe Bread now requires 1 Sugar
- Nut Butter Bottle is now cooked from 3 nuts and 1 Sugar
- 2 Marshmallow on a Stick are now crafted from 2 Sugar, 1 water, and 2 Sticks
- Added models for some items when placed on Coasters from Brewin' and Chewin'
- Added recycling recipes for some knives
- Added Sap and Syrup compatibility for Autumnity and Thermal
- Added more support to
can_be_saltedtag from The Salt - Added recipe to use Thermal's Compost to craft Organic Compost
- Increased length of Mana Regeneration from Source Berry Pie Slice from 10 to 15 seconds
- Increased length of Glowing from Glow Jam Jar from 45 to 60 seconds
- Added cutting recipe for Mageblooms (from Ars Nouveau)
Fixes
- Fixed Rock Candy and Marshmallow on a Stick items not using handheld viewmodel
- Fixed some instances of missing tooltip information
- Silver Knife will be disabled in presence of Abnormals Delight
- Fixed placeability of Source Berry Pie in some cases
- Fixed crash with The Aether: Redux (thanks Zepalesque)
- Removed recipe conflict resolution for Crate Delight
- Removed some false error logs (closes #114)
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:qq76Sfi9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JtSnhtNJ:qq76Sfi9"
}

