Hi, it me - again...
I want to make my neon letter as a redstone lamp. I use the code from RedstoneLight.class.
When I power my block, its working. It place block NeonLetterENeonActive...but with another rotation as NeonLetterEIdle...
My default direction is West, but i make a method that the block rotates to player on placing.
For example: Idle block is north, but when i power it, the powered block are placed with default, west rotation..
What i must change in code, to get this: when i power the block, powered block has the same ratation as unpowered?
I use this code - it's coppied from vanilla RedstoneLight: