Links
Tags
Creators
Details
1.20.1-forge-1.3.1
Compatibility
Changes
Update: Now you can light candles on your custom cake. Now the cake box can display customized cakes. Now, cake boxes can no longer right-click to place internal blocks.
Fix: Fixed the issue where the cake base was not consumed when making a custom cake by placing the cake base. Fixing the issue where the consumption count is reset after placing a consumed custom cake. Fix the issue where the linkage component of the eternal joy event does not work. Fix the issue where the output stack of the blender may exceed 64. Fix the texture issues of the croissant dough, country bread dough, and salt croissant dough models.
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:ZugnklTp:G1rAmfF5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZugnklTp:G1rAmfF5"
}

