Tags
Creators
Details
1.2.2
Compatibility
Required content
Changes
1. 修复机器连接不受范围限制问题
Fix: Resolved the issue where machine connections were not restricted by range.
2. 优化无线能源感应塔的光束渲染,更加的性能友好
Optimization: Improved the beam rendering of the Wireless Energy Induction Tower for better performance.
3. 手持光束绑定器,且选中了一个无线能源感应塔时,被连接的机器的边框将会彩虹高亮
Feature: When holding the Beam Binder and selecting a Wireless Energy Induction Tower, connected machines will now display a rainbow-highlighted outline.
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:wug9w09r:Yb3i124a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wug9w09r:Yb3i124a"
}


