ClassiCube icon indicating copy to clipboard operation
ClassiCube copied to clipboard

Can't climb up rope above water/lava

Open UnknownShadow200 opened this issue 8 years ago • 1 comments

[rope] [rope] [rope] [water]

Trying to climb up the ropes won't work.

UnknownShadow200 avatar May 01 '17 12:05 UnknownShadow200

"if (touchWater || touchLava) {" "} else if (useLiquidGravity) {" "} else if (entity.TouchesAnyRope()) {" "} else if (entity.onGround) {"

If the entity is touching water, or using liquid gravity, the TouchesAnyRope check is never done. I checked in ClassicalSharp, but I assume the basic structure of the code is the same. Therefore, if you are touching water/lava, or using liquid gravity, the code never actually reaches the point where it checks whether you are touching rope.

CybertronicToon avatar Oct 20 '24 19:10 CybertronicToon