クモの巣

From Minecraft Parkour Wiki
Revision as of 11:28, 12 May 2022 by KK kaku (talk | contribs) (Created page with "クモの巣は中を通ると減速する特殊ブロックである。")
Other languages:

クモの巣は中を通ると減速する特殊ブロックである。

But cobwebs do have an "effect box" that is 0.001b smaller than a full block. If the player's bounding box intersects with this effect box, their velocity will be set to 0 and their movement will be hindered.


In particular, the player is able to stand next to a cobweb if they are at most 0.001m away from the edge.

In that case, the player is able to move normally while "touching" the cobweb's borders.




動きへの影響



Vertical Movement:

Vertical speed is slowed down by a factor of 20, and is reset on every tick.

Jumping is severely limited, and reaches just 0.021m[1] in height.

The player will then immediately start falling at a constant speed of -0.00392 m/t[2].


Horizontal Movement:

Horizontal speed is slowed down by a factor of 4, and is reset on every tick.

This means the player will move at a constant speed of 0.03185 m/t when sprinting on ground, or 0.00637 m/t while airborne[3].

Or, respectively with 45° Strafe, 0.0325 m/t when sprinting on ground, and 0.0065 m/t while airborne[4].


Calculations:

  1. 0.42 / 20
  2. (-0.08*0.98) / 20
  3. (0.098 * 1.3 * 0.2) / 4
  4. (0.1 * 1.3 * 0.2) / 4