Tags
Creators
Details
All versions
add more docs:
quickstart,referrence
add planned feature in README
add
1.0.2
Release
Halo 1.0.2last month 12
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Singleplayer only
Changes
Full Changelog: https://github.com/AzusaKe/Halo/compare/v1.0.1...v1.0.2
add more docs:
quickstart,referrence
add planned feature in README
add hide_on_sleep in halo definition,if true,halo will be hidden while sleeping
add new halo "halo:hud"
增加了更多文档
包括快速起步、参考文档
向自述文件加入了计划(即将更新)的特性
向光环定义加入hide_on_sleep字段,当该字段为真,光环将会在该实体睡觉时隐藏
添加了新的光环 "halo:hud"
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| halo-1.0.2-sources.jar | Source jar | 145.72 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:iXy5lHua"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2fEt5RO:iXy5lHua"
}

