sashakoshka / m4kc

Minecraft 4k: decompiled, translated to C using SDL for graphics and input, and improved upon
78 stars 8 forks source link

Player can get stuck in placed blocks in chunks that are not at 0, 0, 0 #7

Closed sashakoshka closed 2 years ago

sashakoshka commented 3 years ago

This is part of a larger ongoing issue where the way the game disallows players from placing blocks inside of themselves is by immediately deleting the block. This no longer works with the new terrain system, and it will be replaced by simply preventing the block from being placed.

sashakoshka commented 3 years ago

This is partially fixed. The player can still get stuck in placed blocks (anywhere) while moving very fast. Need to implement better detection.

sashakoshka commented 2 years ago

Issue fixed by Tempetas