Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 4 days ago
All versions
Forge-1.9
Release
Forge-1.9last week 13
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
Added:
- "Recent Macros" tab in macro gui, self-explanatory
- new button "List" that when clicked will show a window with all of your macros
- "C" and "X" buttons added in both "Recent Macros" tab and "Macro List" window that make a copy of the macro file or delete it respectively
- you can now press enter while typing a macro file name intead of having to manually press "Load"
- added keyboard functionality to macro gui (can't use ctrl grrrr):
- pressing TAB or ALT selects the first tick if none are selected
- change the ticks and collumns with either:
- Arrow keys
- TAB/ALT+{WASD}
- "classic" shortcuts:
- TAB/ALT+{Z} - undo last change
- TAB/ALT+{X} - delete selected tick
- TAB/ALT+{C} - copy selected tick
- TAB/ALT+{V} - paste selected tick
- TAB/ALT+{B} - add an empty tick
- added a button in settings that allows you to just press the letters for the shortcuts without TAB/ALT
Changed:
- right clicking a sign while shifting to send the commands in chat will no longer work
Fixed:
- maybe fixed the cyvforge settings not saving changes (only happened to 1 person that i know of but yeah)
- burst no longer shows as 1t too long
- when in a block (iron bars etc) ./mpk setlb/setmm will no longer set a landing block on the block that you're in instead of the block you're standing on
- Mark Display works correctly again
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:ryuLxRjB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kGac68Ul:ryuLxRjB"
}

