Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 2 years ago
All versions
0.1.0
Alpha
1.12.2-0.1.02 years ago 117
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
1. 新增方块:
1.1. 新增 灵气块(Ling Qi Block),灵气锭的块状。
1.2. 新增 无限水源(Infinite Water Source),可以无限提取水。
1.3. 新增 灵气采集器(Ling Qi Gatherer Machine),可以从空气中采集灵气。
1.4. 新增 灵气压缩器(Ling Qi Compression Machine),可以将灵气、液态灵气压缩(灵气 -> 液态灵气,液态灵气 -> 灵气锭)。
1.5. 新增 时间扭曲器(Time Warpper),可以加速一定范围内的方块,方块实体,可以自己调整加速范围和加速速度。需要消耗FE,加速速度越大,消耗的FE越多。
1.6. 新增 灵气发电机(Ling Qi Generator),可以消耗灵气、液态灵气、灵气锭发电。
2. 新增物品:
2.1. 新增 灵气锭(Ling Qi Ingot),可以通过 灵气压缩器 压缩 液态灵气 获得,可以用于制作各种机器和发电。
2.2. 新增 虚拟水源(Virtual Water Source),可以无限向液体容器添加水,也是 无限水源 的制作材料。
2.3. 新增 组件-空(Component - null),可以用于合成其它组件。
2.4. 新增 组件-机器升级(Components - machine upgrades),可以用于升级部分机器,但是会增加额外的FE能量消耗。
3. 新增流体:
3.1. 新增 灵气(Ling Qi),可以通过 灵气采集器 获得,只能用于发电或压缩成 液态灵气。
3.2. 新增 液态灵气(Ling Qi Fluid),可以通过 灵气压缩器 压缩 灵气 获得,只能用于发电或压缩成 灵气锭。
4. 新增config配置:
4.1. 新增 灵气采集器 的配方配置。
4.2. 新增 灵气压缩器 的配方配置。
4.3. 新增 时间扭曲器 的配方配置和config配置。
4.4. 新增 灵气发电机 的配方配置。
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:M91n0fRD:HDPCrDhB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M91n0fRD:HDPCrDhB"
}

