Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 5 months ago
All versions
3.4.3
Release
Cannons Revamped 3.4.35 months ago 333
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
Summary
- Fix issues with large cannons
- Fix wrong enchant being calculated on damage
- Add command completions to some commands
- Added attributes support for living projectile entities
- Add movecraft tags
- Fix item info command output
What's Changed
- More reliable check by @Intybyte in https://github.com/Intybyte/Cannons/pull/54
- Fix enchant key usage by @Intybyte in https://github.com/Intybyte/Cannons/pull/55
- Task/command completions by @Intybyte in https://github.com/Intybyte/Cannons/pull/56
- Api/attribute mapping by @Intybyte in https://github.com/Intybyte/Cannons/pull/57
- Hook/movecraft/more tags by @Intybyte in https://github.com/Intybyte/Cannons/pull/53
- Fix item info by @Intybyte in https://github.com/Intybyte/Cannons/pull/60
Full Changelog: https://github.com/Intybyte/Cannons/compare/v3.4.2...v3.4.3 Download: https://modrinth.com/plugin/cannons-revamped/versions
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:1TdAW38C:PLqA1kvp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1TdAW38C:PLqA1kvp"
}

