1.0.3
Compatibility
Changes
V1.0.3: Added generators of all tiers, which can be fueled by right-clicking them with fuel items. The methane ice collector now requires FE power to operate and needs a redstone signal as an on/off switch.
V1.0.3:添加了各个等级的发电机,可以通过燃料右键发电机来使用。 现在可燃冰采集机需要消耗FE电量来使用了,需要红石信号来作为开关。
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:Xfgqo3YK:nItzASTS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xfgqo3YK:nItzASTS"
}

