Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
2.0.0+1.21.11
Release
liteminer-fabric-2.0.0+1.21.116 months ago 77.1K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0
Fixed
- Vein mining crops now distinguishes grown vs growing crops, so harvesting mature crops won't break nearby immature crops.
- NeoForge: Experience orbs now drop from all blocks when vein mining, not just the first block.
- Block mining statistics now track all blocks broken during vein mining.
Added
- New config option:
distinguish_grown_crops(default: enabled) to toggle the grown-vs-growing crop selection behavior. - New config option:
match_deepslate_ore_variants(default: enabled) to treat<name>_oreanddeepslate_<name>_oreas the same block for vein mining. - New client config options to customize highlight line colors (foreground + see-through) using the 16 Minecraft wool colors.
- New client config option:
show_highlights(default: enabled) to completely disable block highlights if desired.
Changed
- Improved performance of block highlights, especially when using high block break limits
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
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:VTnHoofC:WDpJAIZj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTnHoofC:WDpJAIZj"
}



