1.7.2
Compatibility
Changes
Added three new items:
Miner's Gloves: An alternative to the iron pickaxe that grants strength (main hand) and haste (main hand + off hand). I honestly just made these to bypass the handycap of the felines in the origins mod and because I wanted to make some gloves.
Prismarine Chamber Gem:
A gem made from Prismarine and a Diamond. It serves as the core of the Thief's Chains
Thief's Chains:
A small cage held by chains slung around the wielders arms, that contains the aforementioned gem. It is activated by absorbing the soul of a villager nitwit (punch it with the chains). You can then use it to mine several blocks at once (currently max 5). Blocks with a toughness more than 4.5 (deepslated diamond ore) take longer. Works only on blocks that can be effectively destroyed with a pickaxe.
Seeing the mod approaching 200 downloads, I again thank everyone deeply, even if you just tried it once.
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:BNGeoXs8:TKNl6wKr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BNGeoXs8:TKNl6wKr"
}

