Tags
Creators
Details
1.20.1-1.3.0.1
Compatibility
Changes
Version Release 1.3.0.1 (1.20.1, 1.19.2, Forge) (1.19.2 Fabric)
Minor Update
Additions
• Added cracked cobbled bricks
Changes
• Updated a lot of brick textures to better match their vanilla block counterparts
Bug Fixes
• Fixed a bug causing the name of Iron Bricks to not be translated properly (1.19.2 Fabric)
• Fixed a bug that caused Soul Magma blocks to not be craftable (1.19.2 Fabric)
• Fixed a bug causing soul fire not to appear on soul blocks (1.19.2 Fabric)
• Fixed a bug causing soul blocks to not increase speed with soul speed (1.19.2 Fabric)
• Fixed a bug causing any block that requires a wooden tool or higher to always drop even when not using the correct tool (1.19.2 Fabric)
• Fixed a bug causing cobbled deepslate brick blocks to sound like normal stone (1.19.2 Fabric)
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:E62OSUxx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vsx0HYf:E62OSUxx"
}

