Tags
Creators
Details
1.6.0+1.19.3
Compatibility
Changes
1.6.0 and 1.5.0 Update
This version includes all changes that have been made to 1.19.4 but adapted to this version. Metadata has been updated accordingly.
Changelog of 1.6.0
This release finally adds support for every serverbound packet. Metadata and frontend has been updated accordingly and support for a new clientbound look on the frontend has been added.
Changelog of 1.5.0
This update introduces a new frontend ui (still kind of work in progress), performance and ram improvements and improved user feedback:
- Frontend now includes a navigation bar
- A new page has been added: Analyzer. You can now import log files and analyze them there
- Data streamed via websocket is being reduced by a lot. This improved the processing speed and ram usage by a lot
- Packet data is now being stored in the format of packet bufs on the Minecraft client
- Custom Toast Notifications have been added
- You are now also able to export the stored log via an ingame command (
/packetlogger export)
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.6.0+1.19.4...1.6.0+1.19.3
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:iuMMrA9b:LihB6sgf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iuMMrA9b:LihB6sgf"
}

