All versions
1.10.0
Release
Orevein 1.10.03 months ago 557
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
[1.10.0] - 2026-06-26 (Minecraft 26.1.2)
Build artifacts
Added
- In-game config screen. Open the radial menu (hold Left Alt) and click the center Config circle. Three tabs — General, Tunnel, Lists — with instant-apply ON/OFF toggles, number fields (Enter to commit, out-of-range values clamp with a notice), a per-row reset button that lights up when a value differs from its default, hover descriptions, and full whitelist/blacklist/tag editing without typing commands. Settings are server-authoritative: everyone can view them and flip their own per-player toggles (Vein Mining, Auto-Collect), but changing server settings requires OP — non-OPs see read-only grayed controls. Edits save to
config/orevein.jsonand broadcast live to every online player, including changes made via/oreveincommands or/orevein reload.
Fixed
- Auto-Collect did nothing unless Vein Mining or a tunnel mode was active. With both off, breaking a block normally dropped the items on the ground even though Auto-Collect was on. Plain single-block breaks with a pickaxe now route drops to your inventory too. Blocks with stored contents (chests, furnaces, and other block entities) are skipped so nothing is lost.
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:fsZC35ec:3QZz6CIO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fsZC35ec:3QZz6CIO"
}

