Tags
Creators
Details
1.2.1
Compatibility
Required content
Changes
Happy Artillery 1.2.1
Happy Artillery now supports Minecraft 26.3. This release keeps the same artillery, controls, heat, Cry, overheat, and rider HUD behavior from 1.2.0 while updating the server mod for Minecraft 26.3.
- Added support for Minecraft 26.3.
- Updated the requirement to Fabric Loader 0.19.5 or newer and Fabric API 0.160.7+26.3.
- Prevented generated controls from being stored in bundles while using Creative mode.
This release is for Minecraft 26.3 and Java 25 or newer. Use Happy Artillery 1.2.0 for Minecraft 26.2. Happy Artillery remains server-side; players can join with an unmodded Java client.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| happy-artillery-1.2.1-sources.jar | Unknown | 37.78 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:8yjCPiDL:deeyoqf4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8yjCPiDL:deeyoqf4"
}

