Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated 2 months ago
All versions
v4.2.2-1.19.2-Forge
Release
[FORGE] [1.19.2] BlockRunner-v4.2.23 years ago 382.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Server-side
Client and server
Required content
Unavailable version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.2.2-1.19.2] - 2023-05-10
Fixed
- Attempt to fix visual stutter when walking across blocks with different speeds on a lagging server
[v4.2.1-1.19.2] - 2023-05-10
Added
- Added a few default block tags with associated speed values to allow other mods to easily add support for Block Runner without having to declare an explicit dependency
- The new block tags and their default speed values are:
blockrunner:very_slow_blocks: 0.45blockrunner:slow_blocks: 0.65blockrunner:slightly_slow_blocks: 0.85blockrunner:slightly_quick_blocks: 1.15blockrunner:quick_blocks: 1.35blockrunner:very_quick_blocks: 1.55
Fixed
- Block Runner can now support all kinds of blocks independently of their height, such as very thing blocks like carpets
- Fixed Block Runner breaking vanilla's fov effects intensity option
[v4.2.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
- Updated to Puzzles Lib v4.2.0
Added
- Added Simplified Chinese thanks to CatastropheChou
[v4.1.0-1.19.1] - 2022-07-30
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
[v4.0.1-1.19] - 2022-07-26
Fixed
- Fixed speed boost being applied very unreliably when walking on slab blocks
[v4.0.0-1.19] - 2022-07-06
- Ported to Minecraft 1.19
- Split into multi-loader project
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:1VSGxqkt:MxlSUiGV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1VSGxqkt:MxlSUiGV"
}

