Tags
Creators
Details
1.7.8
Compatibility
Changes
Hello!
It has been a LONG while since I have updated this project. I have been thinking of possibly coming back and trying to at least finish the full release of FlappyAC. I am not 100% sure I will continue working on it enough to make any good progress though, I am currently in exams but over the Christmas holidays I will attempt to work on it. I might release the dev builds that I think are semi stable on the modrinth page (https://modrinth.com/plugin/flappyac) for testing.
This version is only 1.13-1.17 (1.18 might work but it is untested) because the version of PacketEvents I am using is old, if I updated it I would have to rewrite a lot of the code and I am already doing that with the rewrite of flappyac.
- Fixed Jump A false when swimming
- Fix an exception error from Reach A
- Recode the command system
- Fix some Speed A issue
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:wWCihTNM:KHEyvcxB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wWCihTNM:KHEyvcxB"
}

