
HighTide's Material Bits
ArchivedA mod for Minecraft Java Edition that adds some new items named "Bits" that are compacted versions of nuggets and non nuggetable materials (eg; diamond, emerald, copper, and netherite).
90
0
90
0
HighTide's Material Bits has been archived. HighTide's Material Bits will not receive any further updates unless the author decides to unarchive the project.
All versions
0.1.0
Release
HighTide's Material Bits 0.1.02 years ago 89
Compatibility
Minecraft: Java Edition
1.20.4–1.20.6
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 0.1.0
Added:
- The Iron Bit item
- The Gold Bit item
- The Diamond Bit item
- A crafting recipe for crafting Iron Bits from Iron Nuggets
- A crafting recipe for crafting Iron Nuggets from Iron Bits
- A crafting recipe for crafting Gold Bits from Gold Nuggets
- A crafting recipe for crafting Gold Nuggets from Gold Bits
- A crafting recipe for crafting Diamond Bits from Diamond Nuggets
- A crafting recipe for crafting Diamond Nuggets from Diamond Bits
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:Dt2To8Wu:9BCVR1oR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dt2To8Wu:9BCVR1oR"
}
