Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 2 days ago
All versions
3.0.0
Release
ARprod's Delight 3.0.08 months ago 22
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
The biggest update yet!
- Additions: Mold, Strawberry, Strawberry Jam, Strawberry Jelly, Gelatin, Cinnamon, Berry Tea, Cinnamon Roll, Cotton
- Updated: Cheese, Mint, Cut Potato, Chevon, Coffee, Pizza and Banana Textures
- Changed cheese recipe
- Made Grater work with Cutting Board
- Mint and Coffee are now farmable
- Added a bunch of advancements
- Made Pizza work like Farmer's Delight pies and added slice versions of them
- Salami and Boscaiola Pizza can now be made with Manual Item Application
- Removed cream and updated Ice Cream Recipe
- Optimized Food Effects
- Made Tree Bark Pulpifiable
- Fixed Cooked Chevon Being Inedible
- Fixed Banana crate not being uncraftable
- Fixed absurd saturation values on some foods
- Fixed "Spruce" misspelled as "Sprue"
- Other minor bugfixes
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:VcJatfEY:eEHoRqGw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VcJatfEY:eEHoRqGw"
}



