blockrunner compat
This commit is contained in:
parent
05cc0a8a59
commit
543128e6e8
4 changed files with 27 additions and 10 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"schema_version": "2",
|
||||
"minecraft:dirt_path": 1.35,
|
||||
"#blockrunner:slow_blocks": 0.65,
|
||||
"#blockrunner:very_slow_blocks": 0.45,
|
||||
"#blockrunner:quick_blocks": 1.35,
|
||||
"#blockrunner:very_quick_blocks": 1.55,
|
||||
"#blockrunner:slightly_slow_blocks": 0.85,
|
||||
"#blockrunner:slightly_quick_blocks": 1.15,
|
||||
"#minecraft:stone_bricks": 1.15
|
||||
"schema_version": "2",
|
||||
"minecraft:dirt_path": 1,
|
||||
"#blockrunner:slow_blocks": 1,
|
||||
"#blockrunner:very_slow_blocks": 1,
|
||||
"#blockrunner:quick_blocks": 1,
|
||||
"#blockrunner:very_quick_blocks": 1,
|
||||
"#blockrunner:slightly_slow_blocks": 1,
|
||||
"#blockrunner:slightly_quick_blocks": 1,
|
||||
"#minecraft:stone_bricks": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue