Block 162 not rorate correctly
LadyCailinBot opened this issue ยท 4 comments
WORLDEDIT-3460 - Reported by jessefjxm
WE version: 6.1.3 (formal release version)
Server: Spigot 1.8.7
Using command: //rotate 90 with some block 163 & stone stairs and stabs
Result: stone stairs and stabs rotate correctly, but block 163 didn't rotate.
Comment by EriolEandur
WE version 6.1.3 and 6.1.4
Server: Spigot 1.10
For me block 163 is rotated correctly but block 162 and block 69 (lever) are not rotated correctly when I do //rotate 90. Data values of these blocks are unchanged.
Block 162 is mentioned in the title so I hook in here or should I create a new issue?
Comment by wizjany
162 and 69 are completely unrelated to this. 163 are stairs, which have rotation data.
162 and 69 are log2 and lever, which do not have rotation data. this is an issue with the programming in the server itself, not worldedit - we generate all our rotation data based on the values the game itself provides.