Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Painted non-full blocks don't stay waterlogged #9

Open
WenXin20 opened this issue Nov 14, 2019 · 1 comment
Open

Painted non-full blocks don't stay waterlogged #9

WenXin20 opened this issue Nov 14, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@WenXin20
Copy link

Minecraft v1.14.4
Forge v28.1.90
MC Paint v1.4.5

  • If a the back of a stair block is painted while it is waterlogged, it loses the ability to be waterlogged.
  • The hit box is also finicky, attempting to step on the stairs will push/bounce the player off of it.
@ichttt ichttt added the bug Something isn't working label Nov 14, 2019
@ThePoshTux
Copy link

This also appears for other non full blocks like slabs (lower or upper) and Quark's vertical slabs. Looking at how faces of neighbouring blocks are being incorrectly culled and the hitbox is incorrect, leads me to believe that when painted, the model of a solid block is loaded. A button can even be placed upon this invisible full block.
I'm presuming your Process is to save the faces and associated faces of the block, replace the block with the associated canvas block (who's model is a solid block causing this issue) and then applying the faces of the original block.

Minecraft v1.16.5
Forge v36.0.46
MC Paint v1.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants