Tags
Creators
Details
Licensed MIT
Published last year
Updated 8 months ago
All versions
1.1.5
Release
Fresh Air Mini-Update 28 months ago 778
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Additions:
- Added new cosmetics for both the Ceremonial Longsword and the Wind Gauntlet
Developer's note:
- I just wanted to pop in and say that I've been completely caught off-guard recently due to the sudden influx of downloads for the mod. Thank you all so much for playing and enjoying the mod, it means a lot. I also wanted to say that lately, I've started to take a break from Wind Charged Weaponry as I'm working on another project that I'm hoping to release sometime within the coming months that has a much larger scope than Wind Charged Weaponry, which still has yet to be fully finished due to both my inexperience in modding (seriously, this mod is held together by hopes and dreams) and the fact that modding is only a hobby for me, making progress slower than I would like. Regardless, I hope you enjoy this little update that I've been meaning to release for a while now!
Optional dependencies
Any compatible version
Any compatible version
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:VwxbZNXb:sqVbw6b1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VwxbZNXb:sqVbw6b1"
}

