Tweakeroo

Tweakeroo

2M Downloads

"accurateBlockPlacement" not working correctly

spiiross opened this issue ยท 8 comments

commented

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 2022-03-04_20 55 43 then right click again the block will face the player as if i placed it normally
2022-03-04_20 55 47
, 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
2022-03-04_20 56 19
. one more thing is this function keep spamming in the logs "UseItemOnPacket".

commented

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
2022-03-04_23 23 50
the accurate block placement doesn't create block update ? ( right piston was placed normally )

commented

The server i'm currently using is fabric and when i play on the server, same thing happens. as for the test ( the pictures ) was in fabric single player world with only tweakeroo installed and nothing else.
S1

commented

It should definitely work in single player if you have the relevant configs enabled. On a server the server would need to have CarpetExtra in addition to FabricCarpet, and then the accurateBlockPlacement rule enabled.

image

image

commented

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.

commented

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.

commented

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!

commented

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).

commented

Thank you again for your hard work. ๐Ÿ‘