Block friction component not working as expected with high value
Partner Rank: 2
Partner Team Reporting: Oreville Studios
Verification builds: 1.20.30
Summary:
When you use the minecraft:friction component in custom blocks it's expected that high friction values make you go slow like soul sand and honey blocks. However, it does the opposite and makes you go super speed!
Impact:
No current impact on our projects, but will prevent us from making any custom block that slows down the player.
Repro Steps:
- Create a custom block with a friction component with high value (or use the provided addon).
- Place down the custom block (called Test Block in the addon).
- Walk on it.
Observed Results:
The player goes very fast.
Expected Results:
The player is slowed down.
Screenshots/Videos attached: Yes
Regression Builds: Unknown
Notes:
The value used in the video demonstration and gametest pack is 0.9, which is the value that's expected of soul sand-like behaviour as recommended by the blockbench block wizard.
The provided gametest pack was made for 1.20.30 and requires the Beta APIs. Run the command "/gametest run bugreport:highfriction" to run the test.