Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 days ago
All versions
Forge-1.7
Release
Forge-1.72 months ago 51
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
Added:
- fullbright command ./cyv fullbright (aliases: fb, bright)
- you can now change the chat prefix "Cyv" to whatever you want
- 3 new labels:
- stoptime: counts the number of ticks when none of the directional keys are pressed at any time
- waittime: counts the number of ticks when none of the directional keys are pressed after landing
- runtime: counts the number of ticks run after landing
- new macro recording feature, start it by sending ./mpk macro rec start and end it with ./mpk macro rec stop (aliases for rec: recording, record)
- new macro clipping feature, customize the amount of ticks in the settings (up to 500 ticks aka 25s) and activate it by sending ./mpk macro clip
- a new button in position logger settings that when pressed automatically sets the log conditions as your coords +/- radius (also a new option right above it)
Changed:
- some options are now grayed out if their dependant setting isn't "true", this will be applied to any future options that can't work unless something else is turned on
Fixed:
- ms setting now works and gives accurate milliseconds (i hope)
- strafejam after jam works again
- mpk colors should no longer revert to dark_red anymore if you're using aliases
- improved the consistency of some labels (2nd turn now has "°" as well, etc)
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:kGac68Ul:IUx1C9y2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kGac68Ul:IUx1C9y2"
}

