Links
Tags
Creators
Details
1.0.1
Compatibility
Changes
Thunderbolt_lib 1.0.1 按 AE2LT 1.0.2 配方 Schema 对齐 API。本次承载所有实际 API/桥接修正,与 1.0.2 内容完全一致(后者仅版本号变更)。
Added CrystalCatalyzerRecipeBuilder.outputTag(String tagId, int count) for tag-resolved output stacks. CrystalCatalyzerRecipeBuilder.mode(String) and dustMode() to opt into AE2LT's dust catalyzer mode. CrystalCatalyzerRecipeBuilder.MODE_DUST constant. Changed AE2LTReflection.BRIDGED_BLOCK_ENTITY_IDS corrected to the five grid-connected machines AE2LT 1.0.2 publicly registers LIGHTNING_ENERGY_BLOCK on: ae2lt:lightning_collector ae2lt:lightning_simulation_room ae2lt:lightning_assembly_chamber ae2lt:overload_processing_factory ae2lt:tesla_coil AE2LTCapabilities Javadoc refreshed to match the 5-BE bridge list. Removed ae2lt:crystal_catalyzer removed from the lightning-energy bridge list. Crystal Catalyzer runs on FE only and is not part of the AE2LT lightning-energy network. Compatibility Minecraft 1.21.1 / NeoForge 21.1.x / Java 21 Runtime mod id: ae2lt_api(保持向后兼容) 旧依赖 ae2lt_api 1.0.0 的 addon 升级到 1.0.1 后应继续兼容(API 表面无破坏性变更) 完整变更说明详见 CHANGELOG.md。
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:g9oaYcWN:BJkeDcnw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g9oaYcWN:BJkeDcnw"
}

