Tags
Creators
Details
All versions
1.0.10
Release
Halo 1.0.103 weeks ago 19
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Full Changelog: Here
- Added GROUP support for halo definitions, enabling multiple primitives and nested child inheritance structures.
- Added schema versioning for halo definition JSON.
- Added per-axis scale animation support (x/y/z).
- Added startup/ending transition animations (fade-in/fade-out).
- Refactored the transition animation system into a queue-based model for more stable sequencing.
- Fixed multiple transition issues, including post-transition timeline continuity and backfill behavior.
- Fixed an issue where ending animation from /halo hide did not play correctly on multiplayer servers.
- Updated EN/ZH quickstart and reference docs, including transition animation guidance.
- 为光环定义新增 GROUP 支持,可实现多图元组合与嵌套子组继承结构
- 为光环定义 JSON 新增 schema versioning(版本号机制)
- 新增按轴缩放动画支持(x/y/z)
- 新增启动/结束过渡动画(淡入/淡出)
- 将过渡动画系统重构为队列模型,提升时序稳定性
- 修复多项过渡动画问题,包括过渡后时间连续性与 backfill 行为
- 修复多人服务器中 /halo hide 结束动画无法正常播放的问题
- 更新中英文 quickstart 与 reference 文档,补充过渡动画说明
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| halo-1.0.10-sources.jar | Source jar | 208.93 KiB |
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:k2fEt5RO:yNfy0kwR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2fEt5RO:yNfy0kwR"
}

