
Decoration Blocks will not rotate
Gkoliver opened this issue ยท 2 comments
Issue Description:
Decoration blocks will not rotate
What happens:
The decorations only face south, as shown by the debug screen.
What you expected to happen:
The blocks to face the player (like the power monitor's screen facing where the player places it)
Steps to reproduce:
- Get a decoration block (with the quotation marks around it)
- Place it down and note where it's placing
- Turn in another direction, place it down again, and note what direction it is facing.
...
Affected Versions (Do not use "latest"):
- EnderIO: 3.1.168
- EnderCore: 0.4
- Minecraft: 1.10.2
- Forge: 12.18.3.2221
Your most recent log file where the issue was present:
works as designed.
The decoration blocks are not TileEntities, so they have no way to store any kind of rotation. (They work like vanilla wool.)