EndlesNights / CarpetStairsMod

This mod allows for carpets to be placed and conform to the shape of staircase blocks, as well as onto slab blocks. Wood styled carpets blocks called "Floor Blocks" can be crafted from two slab blocks.
https://www.curseforge.com/minecraft/mc-mods/carpet-stairs-mod
0 stars 2 forks source link

Carpet on stairs is difficult to break #3

Closed WenXin20 closed 4 years ago

WenXin20 commented 4 years ago

Minecraft v1.14.4 Forge v28.2.0 Carpet Stairs v1.4

EndlesNights commented 4 years ago

There doesn't appear to be anything I can easily do about the ability to properly targeting and breaking of carpets/wood Floor from the bottom step without rewriting how all staircase blocks work, or how hit detection works.

I can however fix the send issue of the bottom step being too large and clipping into the top step.

WenXin20 commented 4 years ago

Alright, thanks. Is that the same way with Torch Slabs, for torches on the side of slabs at least?

EndlesNights commented 4 years ago

The issue seems more related to when the bounding box is outside of the designated 1㎥ area it starts to act a little wonky even if they're drawn them properly. So the wall slab Torches are mostly unaffected because they are essentially in the same position of a regular wall torch. This is why the carpet slab bounding box is so tall, because you can only actually select the top part of it that is within the actual area where the block is located. If it matched the blocks model you would be unable to select it.

WenXin20 commented 4 years ago

That's too bad. Well, feel free to close if there's nothing else that can be done.