From 08ef126b34ed7ec1df96c8cb26a43142569fa1ba Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 21 Jan 2026 21:26:48 +0000 Subject: [PATCH] fixed road speeds #2790, fixed water wheels #2791 --- CHANGELOG.md | 5 ++++- config/blockrunner-client.toml | 2 +- config/blockrunner.json | 21 +++++++++++++-------- config/createpickywheels-common.toml | 4 ++-- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16923cd3c..b6d57b745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Important note - OC has been fixed on the Pisciculture Fishery and Hydroponics Facility. You will have to break and replace the machine for the fix to take effect. ### Breaking changes we forgot to write last time -- Water wheels now *require* flowing water to work correctly. So you can't just put them in a lake, but you can make little flows off the side of it or use aqueducts and those should work. +- Water wheels now *require* flowing water to work correctly. So you can't just put them in a lake, but you can make little flows off the side of it or use aqueducts and those should work. Other than that, they should have their same stress numbers as before. #### Stone dusts and other rock-related changes - Individual stone dusts for each rock type have been removed, instead being replaced with more general dusts based on rock composition. The centrifuging recipes have also been removed, though we plan on using these for something else later. - Marble/chalk dust has been replaced with Carbonate Sedimentary dust in concrete-related recipes @@ -16,6 +16,9 @@ ### Bug fixes - Fixed a config bug causing waves to deposit shells etc with 100% chance. @Mqrius - Fixed a bug preventing the Pisciculture Fishery and Hydroponics Facility from overclocking. @Redeix +- Fixed not being able to make glass tubes out of glass dust (#2795) @thederpysockdude123 +- Fixed roads losing their movement speed bonus (#2790) @Pyritie +- Fixed water wheels misbehaving again (#2791) @Pyritie ### Translation updates - Spanish @NikoNeko17 diff --git a/config/blockrunner-client.toml b/config/blockrunner-client.toml index a57e38bbd..cb8a96d4d 100644 --- a/config/blockrunner-client.toml +++ b/config/blockrunner-client.toml @@ -1,5 +1,5 @@ #Prevent running on blocks with higher speeds from changing the field of view. disable_field_of_view_changes = true #Add a tooltip to blocks that have an altered block speed with the multiplier. -block_speed_multiplier_tooltip = false +block_speed_multiplier_tooltip = true diff --git a/config/blockrunner.json b/config/blockrunner.json index 92dfc9b34..670147277 100644 --- a/config/blockrunner.json +++ b/config/blockrunner.json @@ -1,11 +1,16 @@ { "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 + "#tfc:paths": 1, + "rnr:hoggin": 1.1, + "rnr:hoggin_slab": 1.1, + "rnr:hoggin_stairs": 1.1, + "#rnr:gravel_road_blocks": 1.1, + "#rnr:overheight_gravel_blocks": 1.1, + "#rnr:macadam_road_blocks": 1.2, + "#rnr:sett_road_blocks": 1.2, + "#rnr:flagstones_blocks": 1.2, + "#rnr:cobbled_road_blocks": 1.2, + "#rnr:functional_concrete_roads": 1.3, + "#rnr:functional_concrete_road_stairs": 1.3, + "#rnr:functional_concrete_road_slabs": 1.3 } \ No newline at end of file diff --git a/config/createpickywheels-common.toml b/config/createpickywheels-common.toml index 925983176..5bb2bc924 100644 --- a/config/createpickywheels-common.toml +++ b/config/createpickywheels-common.toml @@ -22,7 +22,7 @@ waterwheelBiomeSTRESSPenalty = 1.0 #Body of water requirement impact (similar to infinite fluid extraction from pulley) - [waterwheels."optimal condition"] + [waterwheels."power source condition"] #When enabled waterwheels also work when under create's default conditions but at a penalty waterwheelsPorqueNoLosDos = true #Boost for Waterwheels placed on optimal conditions. @@ -65,7 +65,7 @@ #The minimum amount of points that must hit windmillRequiredRange. #Range: > 1 windmillRequiredRangePoints = 1 - #The maximum distance a windmills can consider air blocks from. + #The maximum distance a windmill can consider air blocks from. #Range: > 1 windmillMaxRange = 32 #The percentage of Generated Speed only given if windmills are raised enough.