Tags
Creators
Details
Licensed MIT
Published last year
Updated 7 months ago
All versions
1.5-1.21.1
Release
messed up settings 1.5-1.21.17 months ago 112
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
(hopefully) last update!
pehkui's last version, as of writing this, is 1.21.1, and this release aims towards finalizing the entire thing
app & mod changes:
- 2 more options added: motion speed, view bobbing intensity
- added safer checks, so both shouldn't crash as often
- both now use the same MQTT server format in configuration (previously you had to add
tcp://server:1883in minecraft) - proper logs (so that hopefully i don't have to ask for a screeshot to see whats' going on)
app changes:
- added server combo box (you can now pick which server to connect to)
- runtime server reconnect (you can now see if you're connected to the server)
- proper error warnings
minecraft mod changes:
- moved the config panel to
Options->Controls->Messed up settings... - made a new feature to hide the UI with F1, or N
- made a new keybind to clear the text on the top left corner of the screen
warning! despite the keybinds in-minecraft being only one key, shift must be pressed for it to work!!
for the app, go to github!
Optional dependencies
Unavailable version
Unavailable version
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:2TS3jWm4:cCi8iQU7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2TS3jWm4:cCi8iQU7"
}

