Rotation for repeaters and comparators 90 degree off
NicklasE99 opened this issue ยท 4 comments
In easyPlace mode and tweakAccurateBlockPlacement the repeaters and comparators are placed with a 90 degree incorrect rotation, i.e., they always get 90 degree wrong. When placing dropper, observers and pistons, there is no problem.
I encountered the same issue. It might be an issue in carpet-extra; after reading the different implementations of the protocol, I found some differences between QuickCarpet and Carpet-Extra, particularly here:
Can someone test with QuickCarpet? I'm using Carpet-extra on my server right now.
It looks like it's just the comparators, repeaters and trap doors which have another property as well, like the subtract mode, extra delay, top half trapdoor. So this is the same accurate placement protocol bug that also breaks top half stair placing which was reported a little while ago. I'll need to take a look at the protocol, I think it's currently overlapping some of those other property values into the facing data.
These are the mod versions:
tweakeroo-fabric-1.15.2-0.10.0-dev.20200424.222527.jar
minihud-fabric-1.15.2-0.19.0-dev.20200427.222110.jar
malilib-fabric-1.15.2-0.10.0-dev.21+arne.1.jar
litematica-fabric-1.15.2-0.0.0-dev.20200501.214810.jar
itemscroller-fabric-1.15.2-0.15.0-dev.20200212.183513.jar
carpet-extra-1.15.2-1.3.18.jar
fabric-carpet-1.15.2-1.3.21+v200429.jar
Server running carpet mod with the same version as above.