v2.2.2+23w32a
Compatibility
Changes
CraftPresence Changes
v2.2.2 (09/??/2023)
A Detailed Changelog from the last release is available here
See the Mod Description or README for more info regarding the mod.
Changes
- Pack Integration Changes:
- The Modrinth Launcher is now supported! (Read more about it here)
- The
pack.iconplaceholder will now fall back to thepack.typeplaceholder value if the originally requested icon does not exist
Fixes
- Fixed an issue with the Default KeyBinding in the MC Controls Gui being improperly set for keybinds registered
through
KeyUtils- For developers: Use
KeyUtils#createKeyfor creating the MC KeyBinding or refer to the Detailed Changelog for more info
- For developers: Use
- Fixed an Issue with syncing
KeyUtilskeybindings from the Mod Config to Vanilla- For developers: Use
KeyUtils#setKeyto resolve this issue, which now resets the Key Hash to properly match, similar to how the MC Controls Gui operates for setting or resetting keybindings
- For developers: Use
- Fixed a
NullPointerExceptionrelating to addingTranslationManagermodules- Caused from a missing null check for the
ModUtils#RAW_TRANSLATORinstance
- Caused from a missing null check for the
- Fixed an incorrect order with
syncArgumentcalls inDiscordUtils#setup- This had a rare chance to lock-up and eventually crash the mod, for some reason
More Information
Known Issues
Despite configuration compatibility being ensured between v1.8.x/v1.9.x and v2.0, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.
The following known issues are present in this build:
- On certain MC versions, Scrolling while in a Scroll List drawing
ItemStack's may cause GUI distortions - Text with colors do not retain those colors if that text moves to a newline in the CraftPresence UIs
- The HypherionMC Config Layer (To Convert a Simple RPC config to CraftPresence) contains the following known issues:
- Placeholders related to the realm event are currently unimplemented and parse as
{''}.
- Placeholders related to the realm event are currently unimplemented and parse as
Snapshot Build Info
Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.
Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.
Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted
as so if this is the case with the -Staging label.
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:DFqQfIBR:yFN7woW4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DFqQfIBR:yFN7woW4"
}

