Links
Tags
Creators
Details
All versions
v1.13.0+mc26.2
Release
v1.13.0+mc26.22 months ago 73
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
BungeeCord
Java Agent
Velocity
Supported environments
Dedicated servers only
Changes
What's Changed
Added
- New
keep_alive_interval_secondssetting (defaults to 15, matching vanilla) to control how often the server sendskeep_alivepackets (PR #79) - Nix flake (PR #74)
- Flying speed can be configured (PR #84)
- Add a new CLI parameter to override port from the configuration file (PR #85)
- Added startup banner
- Added support for 26.2
Updated
- Updated to Rust 1.96.0 and updated dependencies
- Moved the
allow_unsupported_versionssetting toconnectionsection - Switched entity ID to 1 instead of 0 for players which should fix broken firework elytra boosting after changing server (PR #82)
Fixed
- The plugin doesn't shutdown when shutting down the proxy (PR #69)
- PicoLimbo should wait for client known packs before sending registry data (starting 1.20.5) (PR #78)
- Registries’ data is omitted if it is known by the client (starting 1.21.5) (PR #75)
- Fixed connection dropped while held in configuration state for too long (PR #79)
- Fixed the local Dockerfile build
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:b5CfuiF9:W3HT5DZc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:b5CfuiF9:W3HT5DZc"
}

