Tags
Creators
Details
All versions
1.1.1
Release
Halo 1.1.12 days ago 14
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Full Changelog: Here
- Fixed an issue where halos were lost upon player death; note that this is a breaking change ! —updating to this version will cause all existing entity halo to disappear, so please update with caution !!!
- Fixed an issue where the
/halo inspectcommand was unavailable. - Fixed incorrect halo positioning caused by pressing the sneak key while airborne.
- Added permission configuration options for the
halocommand; required permission levels can now be manually configured inconfig/halo-azusake/halo_mod_config.json(requires a game restart to take effect). - Removed the hard limit on the
scale(previously capped at 5; now unlimited).
- 修复玩家死亡后光环丢失的问题,此项为 破坏性更新! 当更新此版本,之前所有的实体拥有的光环都会消失,请谨慎更新!!!
- 修复/halo inspect指令无效的问题
- 修复在空中按下潜行键导致的光环位置错误
- 添加对于halo指令的权限配置选项,现在可以在config/halo-azusake/halo_mod_config.json手动配置命令需要的权限等级(需重启游戏生效)
- 解除scale的硬性上限(原来为5,现在不限)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| halo-1.1.1-sources.jar | Source jar | 214.62 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:QLoxpeJO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2fEt5RO:QLoxpeJO"
}

