#2912 fix rnr slab and stair speed bonus

This commit is contained in:
Pyritie 2026-01-31 12:17:32 +00:00
parent bc15723eca
commit fe85a29b31
2 changed files with 11 additions and 0 deletions

View file

@ -45,6 +45,7 @@
- Fixed the hot ingot icons for Ostrum and Vanadium ingots looking inconsistent with the regular ingots (#2875) @RubenVerg
- Fixed pyrogallol and black and white film developer requiring too high of a heat on the pot recipe (#2909) @Pyritie
- Fixed not being able to fire scraping blade clay mold (#2905) @Pyritie
- Fixed stair and slab versions of road blocks not having speed bonuses (#2912) @Pyritie
### Translation updates
- Chinese (simplified) @jmecn
- Russian @Petr211071 + @Nixieeunrare

View file

@ -5,11 +5,21 @@
"rnr:hoggin_slab": 1.1,
"rnr:hoggin_stairs": 1.1,
"#rnr:gravel_road_blocks": 1.1,
"#rnr:gravel_road_stairs": 1.1,
"#rnr:gravel_road_slabs": 1.1,
"#rnr:overheight_gravel_blocks": 1.1,
"#rnr:macadam_road_blocks": 1.2,
"#rnr:macadam_road_stairs": 1.2,
"#rnr:macadam_road_slabs": 1.2,
"#rnr:sett_road_blocks": 1.2,
"#rnr:sett_road_stairs": 1.2,
"#rnr:sett_road_slabs": 1.2,
"#rnr:flagstones_blocks": 1.2,
"#rnr:flagstones_stairs": 1.2,
"#rnr:flagstones_slabs": 1.2,
"#rnr:cobbled_road_blocks": 1.2,
"#rnr:cobbled_road_stairs": 1.2,
"#rnr:cobbled_road_slabs": 1.2,
"#rnr:functional_concrete_roads": 1.3,
"#rnr:functional_concrete_road_stairs": 1.3,
"#rnr:functional_concrete_road_slabs": 1.3