Tags
Creators
Details
All versions
1.0.7
Release
Halo 1.0.7last month 13
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Full Changelog: Here
- Added a primitive type for halo layers: "ring"—a ring shape with the top and bottom faces removed.
- How do you use this type? You can refer to ring_test.json in the project.By comparing this with the actual
halo_testin the game, you can figure out how to create the relevant resource pack. - Detailed documentation will be added soon.
- A brief example is as follows:
- 添加了一种光环层级的primitive种类:“ring”,一种去除了上下底面的圆环
- 如何使用该类型?可以参考项目中的 ring_test.json,与游戏中的实际halo_test对比即可知道如何制作相关资源包
- 很快会添加详细的文档
- 简短的示例如下:
{
"primitive": {
"type": "ring",
"texture": "halo:textures/halo/ring.png",
"size": [0.35, 0.08],
"segments": 32
}
}
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| halo-1.0.7-sources.jar | Source jar | 184.58 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:QB7yMTkE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2fEt5RO:QB7yMTkE"
}

