Tags
Creators
Details
0.5.4
Compatibility
Required content
Changes
+CHANGES: -(1.20.4 ONLY) ported to 1.20.4 -Added missing Alpha wood recipes -Added more tags for Spires biome -Fixed Chalk Brick block tags -Fixed Chalk block recipes -Fixed Apple Leaves no properly decaying -Fixed Argillite overwriting Bedrock floor -Fixed Chest Boat inventory disappearing -Fixed Chest Boat recipes -Fixed Dead woodset tags -Fixed Small Oak Log stripping indefinitely -Fixed Stone/Deepslate blocks not dropping Cobblestone/Cobbled Deepslate -Fixed crash when bone-mealing Duskmelon with Dispensers -Fixed players floating above larch boats -Fixed some Yellow Bioshroom blocks not breaking faster with Axes -Fixed/added modded Crop Compatibility -Made Earlight Fruit drop slightly more frequently -Made modded Nyliums spreadable by bone mealing Netherrack -Mycotoxic Moss Bonemeal now includes Yellow Bioshrooms instead of Mycotoxic Mushrooms -Remake Overgrown Bone Block recipes to fix Bone Meal duplication -Reworked Nether Surface Rules -Remove Alpha Grove from snowy/frozen biome tags
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:Tkikq67H:HwRKKRvX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Tkikq67H:HwRKKRvX"
}

