minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

New stairs placement doesn't work correctly when placing onto `buildable_to` nodes #164

Closed OgelGames closed 3 years ago

OgelGames commented 3 years ago

See https://github.com/minetest-mods/moreblocks/pull/160#issuecomment-747895840

Oblomov commented 3 years ago

I'm not entirely sure this is about buildable_to, but I'm observing this when placing over half-size blocks. I suspect this is related to pointed_thing_to_face_pos failing in this case. Let me see if I can improve on this.

Oblomov commented 3 years ago

This should be fixed in #166, but I would appreciate it if @OgelGames or @BuckarooBanzay could test it to verify that it indeed fixes the issue for them.

OgelGames commented 3 years ago

Yep, that fixes it, thanks 👍