"accurateBlockPlacement" not working correctly
spiiross opened this issue ยท 8 comments
Hello,
I found this issue in 1.18.2 version of tweakeroo. So when you place a block ( ex: piston ) facing left with accurate block placement then right click again the block will face the player as if i placed it normally
, also when you do the same as the first time and then right click it with different slot the block disappear as if it was a ghost block
. one more thing is this function keep spamming in the logs "UseItemOnPacket".
The config is not the issue .I have changed the fabric loader to a lower version , upgraded fabricAPI to newer version and nothing changed. could you tell me the versions you are using , probably a fabric issue ?
also i noticed this
the accurate block placement doesn't create block update ? ( right piston was placed normally )
I assume you are on some Spigot/Paper server? Then the blocks rotations simply won't work at least in the current mod version. There will probably be a fallback mode of spoofing the player rotation later on to make it work at least for some blocks. No ETA on that though.
Oh you are right... it's actually broken now in 1.18.2. Well that's just great... I didn't even check it that closely as this has never been an issue before, I just placed a few blocks in single player and saw them rotate normally (or so I thought), and didn't even notice they are now ghost blocks.
True, I've been using this mod since 1.16 and never had this issue before. Well, thank you for your time and wish you all the best!
I uploaded version 0.13.1 which fixes this for single player. The same fix will also need to go to the server-side mods that implement the accurateBlockPlacement
protocol (such as CarpetExtra and QuickCarpet).