LtxProgrammer / Changed-Minecraft-Mod

A Changed experience in the world of Minecraft.
MIT License
35 stars 37 forks source link

Player is not hidden in tall box, and can "double enter" #1039

Open cecnull1 opened 1 week ago

cecnull1 commented 1 week ago

https://github.com/user-attachments/assets/b147f3f0-ede1-44c3-ae6f-788ef424ed56

d113cded3ac37eac1e10ec808893cc88

ee454fb4525ad159b36eb2cdd3575595

LtxProgrammer commented 1 week ago

Player visibility is being overwritten. Possibly need to write an alternative way of hiding the player.

cecnull1 commented 1 week ago

There are two bugs here.

  1. If you are already inside the box, right-clicking the box again will cause a logic error.
  2. The developer mentioned that the model was not successfully hidden.
LtxProgrammer commented 1 week ago

After reviewing the code, 27cb6b75 broke properly hiding the player with a misconfiguration.