SmallJoker
Results
322
comments of
SmallJoker
Oh? Then that sounds like a bug. The rotation should be interpolated for all (non-attached) objects: https://github.com/minetest/minetest/blob/52c0384bd1c9f564f7a6deab93e560dc49ff8915/src/client/content_cao.cpp#L1708-L1709
As for digging and breaking into protected areas: this can mostly be worked around by using `set_pos` to the player's known position before the protection violation callback. The node digging...