Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 2 days ago
All versions
4.1.0
Release
ARprod's Delight 4.1.0: Tiny Makeover3 months ago 89
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
ARprod's Delight 4.1.0: Tiny Makeover
- Additions:
- Incomplete Ice Cream
- Cheese Sticks
- Removals:
- Khinkali (too simmilar to dumplings)
- Updated to Farmer’s Delight 1.3.2
- Decreased Uzbek Rice Nourishment duration from 4:30 to 2:30 to comply with Fried Rice being changed from 5:00 to 3:00
- Renamed Unfinished Pizza to Incomplete Pizza (still registered as unfinished_pizza)
- Updated the following textures:
- Mold
- Potato salad
- Battered cod
- Fish and Chips
- Fried Chicken
- Cotton
- Honey, Chocolate Ice Cream
- Marshmallow, all Marshmallows on Stick
- S’more
- Coffee Bean Bag
- Mint Seeds
- Mold now grants poison for 10 seconds
- Create: Fluid compat
- New recipe: Freezing (Incomplete Ice Cream > Ice Cream [Milk])
- New recipe: Freezing (Water Bucket > Ice + Bucket)
- New recipe: Crushing (Ice -> Snow Block) (this only appears with C: Fluid loaded)
- Decreased mold duplication chance in Melted Cheese recipe from 50% to 20%
- Decreased Mold and Leather result from cutting rotten flesh to 50% Leather and 50% Mold
- Changed opacity on Cotton Seeds texture
- Fixed missing Upright on Belts tag
- Fixed missing saturation on Macaroni and Cheese
- Created new compat directory in recipes
- Added mod loaded condition in all compat recipes
- Cleaned up advancements
- New advancement “Let’s find out” for playing High in a jukebox
- Added some new Tonir Cooking recipes for all meat types
- Other minor changes
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:SU1bKRnu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VcJatfEY:SU1bKRnu"
}

