Tags
Creators
Details
3.2.5
Compatibility
Required content
Changes
Version Release v3.3.1 Fabric/Quilt-1.21-1.21.1
Misc Additions
• Updated ru_ru translations to be up to date with v3.3 (@bricker_man)
• Added bookshelf_variants item tag, this tag comes along with a new recipe for lecterns using EB's bookshelves
• Added items from Excessive Building to many of vanilla's tags, this should help with compatibility and recipes a ton
• Boards can now be smelted and burned like other wood blocks
Fixes
• Fixed missing block drops for gloom saplings and it's potted variant
• Fixed missing block drops for both ancient and gloom leaves
Version Release v3.2.5 Fabric/Quilt-1.20.1
Misc Additions
• Added bookshelf_variants item tag, this tag comes along with a new recipe for lecterns using EB's bookshelves
• Added items from Excessive Building to many of vanilla's tags, this should help with compatibility and recipes a ton
Fixes
• Fixed missing block drops for gloom saplings and it's potted variant
• Fixed missing block drops for both ancient and gloom leaves
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:2vsx0HYf:cIkFdkR9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vsx0HYf:cIkFdkR9"
}

