All versions
26a10a
Release
Wealizh 26a10a3 months ago 11
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
--- Minor Update ---
- New machinery has been added: Air Separator.
- New gases have been added: Hydrogen, Nitrogen, Methane, Krypton gas, Dinitrogen Monoxide, Xenon gas, and Ozone.
- A new achievement has been added: The Secrets of Air.
- A GUI slot placeholder item has been added: Slot Occupied Plate.
- The material of the Argon gas tank has been corrected.
- An element has been added: Blades.
- The material of the barrelrevolving wheel has been changed.
- Fixed the logic bug in the kiln.
---小更新---
- 添加了新的机械:空气萃取机。
- 添加了新的气体:氢气、氮气、甲烷、氪气、一氧化二氮、氙气和臭氧。
- 新增了成就:空气的奥妙。
- 添加了GUI槽位占位物品:槽位占用板。
- 修正了氩气气体罐的材质。
- 加入了元件:扇叶。
- 更改了筒转轮的材质。
- 修复了窑炉逻辑bug。
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:UNPI3gMM:CUmSIArU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:CUmSIArU"
}

