Links
Tags
Creators
Details
2.0
Compatibility
Changes
FunVisuals-2.0 Release!
Changelog:
-
[+] Added module [Auto Resell].
-
[+] Added module [Auto Sprint].
-
[+] Added module [FT Binds].
-
[+] Added module [Swing Animation].
-
[+] Added module [Custom Fog].
-
[+] Added module [Item Scroller].
-
[+] Added module [Hit Sound].
-
[+] Added module [Fast EXP].
-
[+] Added module [Target ESP].
-
[#] Updated module [Block Overlay].
-
[#] Updated module [FT Helper].
-
[#] NEW GUI
Bugs Report:
RU:
Если вы нашли баг, немедленно обратитесь в наш дискорд.
Также, у нас в дискорде вы можете следить за разработкой и общаться с юзерами.
EN:
If you find a bug, please contact our discord server immediately.
You can also follow the development and communicate with other users on our discord server.
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:eLPO7w76:2L9EJ8T7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eLPO7w76:2L9EJ8T7"
}

