Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 days ago
All versions
Forge-1.8
Release
Forge-1.82 months ago 81
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
Added:
- command suggestions for cyv - essentially what was implemented in vanilla 1.13 but custom made for cyv
- you can now setlb with box hit on ice (will show how far are you from the middle to get the boost) together with that i also added an alias "ice" which works the same way that "slime" does
- added shortcuts "slime/ice" and "ladder/vine" specifically for command suggestions, otherwise they're not that important
- a toggle for runtime that hides the number if the number is 0
- a toggle for runtime that hides label name
- a toggle for runtime that resets the value to 0 "on land", instead of the normal "when you run again"
Changed:
- big rework regarding settings for labels, all settings that were previously in the main menu will now be transfered to their respective labels in ./mpk gui, you can access their menus by clicking the three dots
Fixed:
- runtime no longer increments when opposite keys are being held down (eg. A & D)
- waittime/stoptime will now increment when opposite keys are being held down
- macro recording and clipping now saves the turn ticks correctly (oops)
- fixed some random inconsistencies with gui's/code 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:9FYJRHFb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kGac68Ul:9FYJRHFb"
}

