All versions
0.1.710-alpha
Alpha
Better Gems 0.1.710-alphalast month 79
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Requires Fabric API 0.154.0+26.2 or higher.
Added
Rainbow Obsidian
- A new obsidian variant.
- Can be used to craft rainbow obsidian tools with a special Bleed Damage trait.
- Does not naturally generate, can be crafted with molten obsidian shards, amethyst shards and obsidian.
- Rainbow Obsidian Sword - Inflicts 7.5 damage points + 2.5 Bleed Damage points.
- Rainbow Obsidian Pickaxe - Has a mining efficiency of 15.
- Rainbow Obsidian Axe - Inflicts 9.5 damage points + 2.5 Bleed Damage points.
- Rainbow Obsidian Shovel - Has a mining efficiency of 15.
- Rainbow Obsidian Hoe - Has a mining efficiency of 15.
- Rainbow Obsidian Bow - 66.6% faster than a normal bow.
Molten Obsidian Shard
- Can be obtained by mining obsidian with a reinforced copper pickaxe.
- Used to craft rainbow obsidian.
Reinforced Copper Pickaxe
- An upgraded variant of a copper pickaxe.
- Crafted from a copper pickaxe, diamonds and iron ingots.
- Has 50% more durability and higher mining efficiency than a copper pickaxe, with the ability to mine obsidian to get molten obsidian shards.
Bleed Damage (trait)
- Inflicts Wither III for 40 ticks (2 seconds).
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:vBskJrUd:rMW9mpFI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vBskJrUd:rMW9mpFI"
}

