Links
Tags
Creators
Details
0.2.0
Compatibility
Changes
Cracked & Fractured v0.2.0
"First" release of Cracked & Fractured
Cracked & Fractured is a mod that adds Cracked Variants of blocks and a few items & tools.
The Fracturer Tool can be used on (currently) Polished Tuff and Polished Deepslate to turn them into their Cracked counterparts.
By blasting the already Cracked Variants you can get Cracked Fragments, Cracked Fragments allow you to return the Cracked Item back into its "full form" such as Cracked Polished Deepslate -> Polished Deepslate
Cracked & Fractured also introduces a few new Crafting, Smelting & Blasting Recipes
New Features & Changes
- Fracturer Varients (Stone, Iron, Diamond)
- Changed License
Current Features
- 2 Blocks
- Cracked Polished Deepslate
- Cracked Polished Tuff
- 2 Items
- Deepslate Fragment
- Tuff Fragment
- 1 Tool (3 Variants)
- Fracturer (Stone, Iron, Diamond)
- A few Vanilla Recipe Modifications
Planned Features
- More Functionality for Fracturer
- More Cracked Variants for Blocks
- More uses for Fragments
- More Tweaks for Vanilla Recipes
This is my first "Mod" that I've coded so there are probably bugs. If you have any Bug Reports, Suggestion or Other Things, DM 4_Square on discord or post on the "Issues" tab in the GitHub
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:zntyRxg7:28ZaYmRd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zntyRxg7:28ZaYmRd"
}

