1.0.2
Compatibility
Changes
Zhuzhevo (жужево) is a wonderful mod that adds the best ever item of жужево. This mod adds three beatuful items and two hardest and challenging advancements to the game of Minecraft. Now the boring gameplay becomes very interesting with the new possibility to make meat pieces and even cook them, and, of course, make жужево itself, granting the hardest advancement of all time of Minecraft. Now to the quick tutorial how to make this beatiful item: you need an empty bucket, of course cooked meat pieces (ONLY BEEF!), some rotten flesh, any of seven saplings in the version 1.20.1, a very hard to get spider eye, and, of course, a slime ball.
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:Le28ydCL:lCRefZQU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Le28ydCL:lCRefZQU"
}

