Tags
Creators
Details
All versions
v1.1.0-beta3
Beta
v1.1.0-beta32 years ago 33
Compatibility
Minecraft: Java Edition
24w20a
24w19b
24w19a
Platform
Data Pack
Changes
Changelog:
- Fixed underscores in item names
- Thank you to DamiansStupidCodeLMAO on GitHub!
- Renamed "Suspicious Potato" to "Strange Potato"
- Brown Mushrooms can now be used alongside Red Mushrooms in the Strange Potato recipe

- Changed Mud Pie recipe to match Pumpkin Pie recipe, but with mud instead of pumpkin (shapeless)

- Changed values for Mud Pie:
- Nutrition: 1 -> 4
- Saturation: 0.5 -> 2
- Can always eat: True -> False
- Eat seconds: 2.5 -> 1.6
- Added "Explosive Treat" recipe (shapeless)

Undocumented change from v1.1.0-beta1:
- Changed values for Dirt Cake:
- Nutrition: 1 -> 7
- Saturation: 0.5 -> 3
- Can always eat: True -> False
- Eat seconds: 2.5 -> 4.5
This version is compatible with Minecraft Java Snapshots 24w19a - 24w20a.
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:ndxQnygj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AMZruzFM:ndxQnygj"
}

