Tags
Creators
Details
0.0.7-BTA!-8.0
Compatibility
Changes
BTA! 8.0.1 Bugfix Patch 2
Small Developer Note: "@camoweed recently noticed my Item ID range conflicting with BTA CC Tweaked by @gungun974, since he posted his message with his Id Ranges half an hour earlier than I did, I've decided to move mine. If you have an existing world please either don't update or change the starting Item ID range in the config to 17000. Or use BTA UselessNumerical by @gungun974"
Changes
- Important: CHANGED ITEM ID START
- Shrunk abysmally bad code on the Extraction Pickaxes
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tlotd-0.0.7+8.0-sources.jar | Sources jar | 157.19 KiB |
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:slxGtWWB:ag3e75hV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:slxGtWWB:ag3e75hV"
}


