Tags
Creators
Details
All versions
1.0.8
Release
Halo 1.0.8last month 19
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Full Changelog: Here
- Added the "allow_angular_momentum" field to the halo definition to control whether the halo exhibits angular momentum-like properties.
- Correspondingly, "angularMomentumFactor" and "maxAngularMomentumDegrees" have been added to the "damping" field and the "/halo config" command.
- Example fields are as follows:
- 为光环定义添加了字段“allow_angular_momentum”,用于控制光环是否表现出类似角动量的性质
- 对应的,在"damping"字段和"/halo config"指令中添加了"angularMomentumFactor"和"maxAngularMomentumDegrees"
- 示例字段如下:
{
"orientation_mode": "locked",
"allow_angular_momentum": true,
"damping": {
"linearFactor": 0.15,
"angularFactor": 0.1,
"maxLinearDistance": 3.0,
"maxAngularDegrees": 180.0,
"angularMomentumFactor": 0.3,
"maxAngularMomentumDegrees": 45.0
}
}
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| halo-1.0.8-sources.jar | Source jar | 186.07 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:mrAm4zvM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2fEt5RO:mrAm4zvM"
}

