Tags
Creators
Details
7.5.16+1.20.1-fabric
Compatibility
Required content
Changes
**(V.7.5.16 Changes) (1.20.1 Minecraft)
Blocks:
Fixed Empty Porous Honeycomb Block and Empty Honeycomb Brood Blocks not having textures when Turkish language is on.
**(V.7.5.15 Changes) (1.20.1 Minecraft)
Mod Compat:
(Forge): Added compat with Corail Tombstone to make players drop no-despawn items when dying near Sempiternal Sanctum's Essence Block. No tombstone will spawn to prevent item duplication or exploits for both mods.
Fixed log error about Pollen Puff's compat with Ars Elemental (Credit to Satherov for PR fix)
**(V.7.5.14 Changes) (1.20.1 Minecraft)
Blocks:
Adjusted how Heavy Air disables flight to reduce problematic conflict with other mod's creative flight.
Allow Super Candles and Potion Candles to stay lit if player waterlogs the bottom part of candle.
Fluids:
Fixed bug where Sugar Water flowing down as a waterfall next to Sugar Cane can grow Sugar Cane beyond a height of 5.
Added the_bumblezone:sugar_water/grows_plant_faster block tag that allows for adding other crops for Sugar Water to age faster.
Will work on Wheat and such if you add them to this tag.
Configs:
(Fabric): Fixed missing translations for some configs
Optional dependencies
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:eA8SXqWL:R0q6VKCG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:R0q6VKCG"
}

