Tags
Creators
Details
1.0.0+1.21.1
Compatibility
Required content
Changes
1.0.0
The first stable release of Liteminer!
I've completed all the features I wanted to add to the mod when I started the project, and I'm happy with how it turned out. The next steps are fixing bugs that might come up and adding new features that I think of or that are requested by the community starting with the Forge port.
- feat: added tags for blacklisting blocks and tools
- Item Tags:
liteminer:excluded_tools- items in this tag can't be used for liteminingliteminer:included_tools- ifrequire_correct_tool_enabledis true in common config, by default only "tool" items can be used (tiered items with durability); this can be used to allow extra items
- Block Tags
liteminer:excluded_blocks- blocks in this tag may never be liteminedliteminer:block_whitelist- if this tag is non-empty, then only blocks in this tag may be litemined
- Note: these tags are compatible with the FTB Ultimine tags, so you can use the same tags for both mods if you already have a setup you like.
- Item Tags:
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:KdveTJrS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VTnHoofC:KdveTJrS"
}

