Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
1.19.2-4.1.0
Release
Seasonals 1.19.2-4.1.03 years ago 166
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Updated Textures
- Removed Fall Flavor Effect
- Pumpkin flavor now applies Stuffed effect
- Stuffed: Your hunger and saturation fills up and you heal due to natural regeneration. When the effect ends you loose all hunger and saturation rapidly
- Roasted Pumpkin is replaced by Pumpkin Puree
- Pumpkin Feast is replaced by Rabbit Roast
- Added meal "Banana Split Sundae"
- Added Glazed Sweet Berries
- Added Mixed Berry Muffin
- Added Pumpkin Adzuki Stew
- New Flavor: Beetroot
- Beetroot effect "Rooted": Effect prevents knockback and gives a few armor points. However you are unable to jump
- Added Beetroot Milkshake, Ice Cream + Block, Cake
- Added Roasted Beetroot
- Added Oxidized Beetroot
- Added Red Velvet Cupcake
- Added Cake Slices (Farmer's Delight compat)
- Added Candle cakes
- Added uk_ua translation thanks to Unroman
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:P59fUQow:b6tNrs2A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P59fUQow:b6tNrs2A"
}



