
NebulaFX
ArchivedA particle mod powered by a high-performance GPU-instanced rendering engine and optimized NBL streaming for fluid, large-scale animations.
Tags
Creators
Details
1.0.8-1.21.1
Compatibility
Required content
Changes
Nebula v1.0.8
发布信息
- 发布日期: 2026-07-04 11:54:13
- Git 提交: 5f11e10
- 上一版本: v1.0.8
详细提交记录
自上版本 v1.0.8 以来的变更
- build(build_and_release.py): 补全gh命令的仓库参数 (5f11e10)
- build(scripts): 优化发布文件收集逻辑并新增目录清理 (a5f9299)
合并的 Pull Requests
- #5 Add shader-compatible vanilla particle pipeline (by @enzhi-z)
兼容性说明
Minecraft 1.20.1 版本
支持范围: Minecraft 1.20 ~ 1.20.1
必需依赖:
- Fabric Loader >=0.17
- Fabric API >=0.92.2+1.20.1
- Java >=21
- Mod Menu >=7.2.2
- YACL >=3.5.0+1.20.1-fabric
- ThreatenGL >=2.0.4 (光影和渲染支持)
可选依赖:
- Iris >=1.6.17+1.20.1 (备用光影支持)
- ReplayMod >=1.20.1-2.6.23 (录像支持)
Minecraft 1.21.1 版本
支持范围: Minecraft 1.21 ~ 1.21.1
必需依赖:
- Fabric Loader >=0.17
- Fabric API >=0.110.0+1.21.1
- Java >=21
- Mod Menu >=11.0.3
- YACL >=3.8.1+1.21.1-fabric
- ThreatenGL >=2.0.4 (光影和渲染支持)
可选依赖:
- Iris >=1.8.8+1.21.1-fabric (备用光影支持)
- ReplayMod >=1.21-2.6.23 (录像支持)
技术规格
- 渲染引擎: GPU-instanced 高性能渲染
- 粒子格式: NBL 流式压缩传输
- OpenGL 要求: 4.4+
- 着色器支持: Compute Shader, SSBO
- OIT 支持: 顺序独立透明度渲染
文件清单
本次发布包含以下文件:
nebula-1.0.8+1.20.1.jar(11.27M)- MD5:
3a718384c148c239d5d33f5d4a68dc81 - SHA256:
18a7b25f5ed873f4e35d06857887533241c515709da11b22a0ace1ea01170945
- MD5:
nebula-1.0.8+1.21.1.jar(11.28M)- MD5:
f3cc1b99aa52406389b61db6bb84de6b - SHA256:
5f3f9eb5bd7835ee459bc497ad306f36bee74a1a239938cd1fc8e7497fd62a69
- MD5:
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:B1TAstLY:bIO4RBmi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B1TAstLY:bIO4RBmi"
}
