Tags
Creators
Details
All versions
0.4.9.4-1.21.1
Release
Create: Radars 0.4.9.4-1.21.12 months ago 242.9K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- made fire condition looser for moving targets
- added a config to control the added tollerace for moving targets
- added a config to control how fast a target must be moving for the tolerance to be applied
- sodium should also cause things to freak out less. has been known to not work for some - ACTUALLY fixed picaxes and axes breaking when aeronautics was not installed
Known issues
- cannons on aeronautics contrapptions point into a random direction. Can be fixed by loading the cannon
- cannon sometimes fires before the cannon is properly alligned. can be fixed by putting a repeater between the fire control block and the mount.
- some may occasionally experience issues with newer versions of CBC. the most stable version is 5.11.3
Note from the developer
- i am aware that the cannons kinda suck a lot at targeting moving targets. i will be overhauling this in V5.0. this should release within the next few months or so. early access can be found on our discord
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:BLu2Yqfq:AntNFNAx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BLu2Yqfq:AntNFNAx"
}

