Tags
Creators
Details
All versions
v3.2.0-beta4
Beta
v3.2.0-beta4last year 46
Compatibility
Minecraft: Java Edition
25w18a
1.21.5
Platform
Data Pack
Changes
Changelog:
- Bumped max supported pack format to 75 for Java Snapshot 25w18a
- Rebalanced Nutrition, Saturation and Consume Time values for all recipes:
| Item Name | Old Values | New Values |
|---|---|---|
| Nut. / Sat. / Time | Nut. / Sat. / Time | |
| Clump of Butter | 2 / 0 / 1.8s | 2 / 1 / 1.2s |
| Clumpy Block of Butter | 4 / 2 / 3.8s | 5 / 7 / 2.4s |
| Cotton Candy | 0 / 1 / 1.0s | 2 / 0.5 / 0.4s |
| Dark Chocolate Bar | 3 / 1 / 1.2s | 4 / 4.5 / 0.8s |
| Dirt Cake | 7 / 3 / 4.5s | 5 / 3 / 2.4s |
| Enchanted Golden Carrot | 6 / 14.4 / 1.6s | Unchanged |
| Explosive Treat | 2 / 0 / 1.6s | 2 / 0.5 / 1.6s |
| Milk Chocolate Bar | 3 / 1 / 1.2s | 4 / 3.5 / 0.8s |
| Mud Pie | 4 / 2 / 1.6s | 4 / 2.5 / 2.4s |
| Nugget of Butter | 0.5 / 0 / 0.5s | 1 / 0.5 / 0.4s |
| Orange Chocolate Bar | 3 / 1 / 1.2s | 4 / 4 / 0.8s |
| Rock Cake | 7 / 3 / 4.5s | 4 / 3 / 2.4s |
| Smooth Block of Butter | 4 / 2 / 3.2s | 7 / 9 / 2s |
| Stick of Butter | 2 / 0 / 1.1s | 3 / 2 / 0.8s |
| Strange Potato | 1 / 0 / 1.6s | 2 / 1 / 1.6s |
| Sugar-coated Bedrock | 5 / 3 / 10s | 6 / 4 / 6s |
| Sugar-coated Obsidian | 2 / 1.5 / 7.5s | 5 / 4 / 4s |
| Sugar Glass Block | 1 / 1.5 / 1.5s | 2 / 1.5 / 1.6s |
| Sugar Glass Pane | 0.5 / 0 / 0.5s | 1 / 0.5 / 0.8s |
| Super Sugar | 1 / 0 / 0.6s | 3 / 2 / 0.4s |
| Sweet TNT | 0.5 / 0 / 1.6s | 5 / 3 / 2.4s |
- Added Dragon Cake recipe
- Why would you want to eat the Dragon Egg?
- Grants the following when eaten:
- 8 Nutrition
- 10 Saturation
- Levitation III for 5 seconds
- Speed III for 60 seconds
- Resistance III for 30 seconds
- Strength II for 15 seconds

Compatibility:
This version is compatible with Minecraft Java 1.21.5 & Snapshots 25w15a - 25w18a.
Support:
Please report any issues or submit any feature requests on GitHub or Discord.
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:AMZruzFM:clZi4lIl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AMZruzFM:clZi4lIl"
}

