//Flip broken - all stairs, buttons, trapdoors not flipped
LadyCailinBot opened this issue ยท 2 comments
WORLDEDIT-2691 - Reported by soccerguy
Bukkit 1.4.7 R1 b#2631 World Edit v1349-a2d4b58
Example: half a house is copied then flippped and pasted. all stairs, buttons, trapdoors remain un-flipped. There may be other blocks, but a sample half house using as many blocks as possible would have to be built and then copied , flipped and pasted to see out come. If any one has similar experiences please comment
Comment by wizjany
went over this in irc, this is a fundamental flaw in what flip does vs user expectation
Comment by soccerguy
Could this be be fixed by first getting current position variable, then changing the variable to the opposite.I found a work around for the stairs, to do a //replace after the //paste but it requires up to 4 extra cmd's per block type. I think Mojang is moving block information and its graphics out of the jar and into there own directory next update, which would make getting info easier, yes.