maruohon / tweakeroo

A client-side Minecraft mod that adds various "tweaks" (= usually small-ish individual features)
GNU Lesser General Public License v3.0
482 stars 132 forks source link

Issue with some block when using flexibleBlockPlacement. #398

Open mouel466 opened 1 year ago

mouel466 commented 1 year ago

When looking east and using flexibleBlockPlacementOffset and flexibleBlockPlacementRotaion and accurateBlockPlacementReverse the stair should be facing the opposite side from you but instead it ends up facing south. It does work in the other sides (south, west, north).

when you do it this way:

Screenshot (141)

it will end up like this:

Screenshot (144)

but it should be like this:

Screenshot (146)

maruohon commented 1 year ago

This has been a known issue for a long time, and it has basically always been broken like this. The current code is such an unmaintainable mess, that I haven't even looked into trying to fix this yet. The entire placement related code is meant to get a total rewrite "soon"-ish during the mod code clean-ups.

mouel466 commented 1 year ago

This has been a known issue for a long time, and it has basically always been broken like this. The current code is such an unmaintainable mess, that I haven't even looked into trying to fix this yet. The entire placement related code is meant to get a total rewrite "soon"-ish during the mod code clean-ups.

Ok.