Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 4 months ago
All versions
1.0.3+1.21.9+mod
Release
hurricane_1.0.3+1.21.94 months ago 43
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Required content
Changes
- Add configuration functionality│添加配置功能
- WindNet will no longer provide healing to Breeze Messenger.│風網不再會為旋風使者提供治療
- Creatures attacked by Breeze will suffer a 30-second Breeze effect.│受到旋風使者攻擊的生物會受到30秒蘊風效果
- Breeze restores 1 health when attacking a creature with the Wind Charged effect.│旋風使者攻擊了帶有蘊風效果的生物會恢復1生命
- Breeze's maximum number of wind network layers has been reduced to 2.│旋風使者的風網層數上限降至2
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:rApPC6zU:XEAoPhgr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rApPC6zU:XEAoPhgr"
}


