Slipperiness: Difference between revisions

From Minecraft Parkour Wiki
Content added Content deleted
(added changes)
(Prepared the page for translation)
Line 1: Line 1:
<languages/>
<translate>
Each block in the game has a '''Slipperiness factor''', noted '''S'''. The greater is S, the slipperier the block becomes.
Each block in the game has a '''Slipperiness factor''', noted '''S'''. The greater is S, the slipperier the block becomes.


By default, a block's slipperiness is set to '''0.6'''. This notably includes air, [[soulsand]], [[Cobweb|cobwebs]], and [[Water and Lava|fluids]].
By default, a block's slipperiness is set to '''0.6'''. This notably includes air, [[Special:MyLanguage/soulsand|soulsand]], [[Special:MyLanguage/Cobweb|cobwebs]], and [[Special:MyLanguage/Water and Lava|fluids]].


In 1.8, the only blocks that have a different slipperiness are:
In 1.8, the only blocks that have a different slipperiness are:
Line 11: Line 13:


<br />
<br />



==Effect on Movement==
==Effect on Movement==

When moving, the player loses some speed in between ticks to simulate '''drag''', and gains some '''acceleration'''.
When moving, the player loses some speed in between ticks to simulate '''drag''', and gains some '''acceleration'''.


Line 20: Line 24:
*The acceleration gained on ground is proportional to <math>\left ( \frac{0.6}{S} \right )^3</math>.
*The acceleration gained on ground is proportional to <math>\left ( \frac{0.6}{S} \right )^3</math>.


When the player is airborne, slipperiness is ignored (see [[Movement Physics|Movement Formulas]])
When the player is airborne, slipperiness is ignored (see [[Special:MyLanguage/Movement Physics|Movement Formulas]])




<br />
<br />

==Blocks==
==Blocks==

<gallery mode="nolines" widths="200" heights="200">
<gallery mode="nolines" widths="200" heights="200">
File:Grass Block.png|Default (0.6)
File:Grass Block.png|Default (0.6)
Line 35: Line 41:


<br />
<br />

==Application==
==Application==

[[File:Slipperiness illustration.png|thumb|Illustration of how slipperiness affects partial blocks|416x416px]]
[[File:Slipperiness illustration.png|thumb|Illustration of how slipperiness affects partial blocks|416x416px]]
Every tick, if on ground, the game checks for the block directly 1b below the player's position to get the slipperiness.
Every tick, if on ground, the game checks for the block directly 1b below the player's position to get the slipperiness.
Line 47: Line 55:




Finally, we can explain how [[Soulsand]] is affected by slippery blocks:
Finally, we can explain how [[Special:MyLanguage/Soulsand|Soulsand]] is affected by slippery blocks:


Soulsand is a non-full block (14px in height), meaning it gets its slipperiness from the block below it.
Soulsand is a non-full block (14px in height), meaning it gets its slipperiness from the block below it.
Line 62: Line 70:


Therefore, walking on soulsand with ice below is noticeably slower.
Therefore, walking on soulsand with ice below is noticeably slower.





== Changes ==
== Changes ==

In 1.15, slipperiness is now taken 0.5m below the Player (instead of 1.0m). This means soulsand is no longer affected by slipperiness, among other blocks.
In 1.15, slipperiness is now taken 0.5m below the Player (instead of 1.0m). This means soulsand is no longer affected by slipperiness, among other blocks.


* A slab (0.5b height) is still affected by slippery blocks.
* A slab (0.5b height) is still affected by slippery blocks.
* A bed (0.5625b height) is no longer affected by slippery blocks.
* A bed (0.5625b height) is no longer affected by slippery blocks.
</translate>

Revision as of 13:05, 4 September 2021

Other languages:

Each block in the game has a Slipperiness factor, noted S. The greater is S, the slipperier the block becomes.

By default, a block's slipperiness is set to 0.6. This notably includes air, soulsand, cobwebs, and fluids.

In 1.8, the only blocks that have a different slipperiness are:

In 1.13, another slippery block was added: Blue Ice, with a slipperiness of 0.989, making it the most slippery block in the game.



Effect on Movement

When moving, the player loses some speed in between ticks to simulate drag, and gains some acceleration.

When the player is on ground, drag and acceleration are calculated as so:

  • The amount of speed conserved on ground is scaled by .
  • The acceleration gained on ground is proportional to .

When the player is airborne, slipperiness is ignored (see Movement Formulas)



Blocks



Application

Illustration of how slipperiness affects partial blocks

Every tick, if on ground, the game checks for the block directly 1b below the player's position to get the slipperiness.


This means that partial blocks are affected by the slipperiness of the block below them.

For example, the surface of a slab above Ice has the same slipperiness as the Ice itself.


Finally, we can explain how Soulsand is affected by slippery blocks:

Soulsand is a non-full block (14px in height), meaning it gets its slipperiness from the block below it.


Let's consider the effects at work:

  • Slippery blocks grant less acceleration.
  • Soulsand reduces speed conservation.


These two effects combined create an net negative impact on the player's movement, compared to regular Soulsand movement.

Therefore, walking on soulsand with ice below is noticeably slower.


Changes

In 1.15, slipperiness is now taken 0.5m below the Player (instead of 1.0m). This means soulsand is no longer affected by slipperiness, among other blocks.

  • A slab (0.5b height) is still affected by slippery blocks.
  • A bed (0.5625b height) is no longer affected by slippery blocks.