Slates cannot be rotated by structures
kineticneticat opened this issue ยท 0 comments
Modloader
Fabric
Minecraft version
1.20.1
Hex Casting version
0.11.1-7-pre-672
Modloader version
fabric: 0.15.11, api: 0.92.1+1.20.1
Modpack info
No response
The latest.log file
No response
Issue description
Slates cannot be rotated by the structure generator thingie (natural gen and /place)
Steps to reproduce
- using structure blocks, make a structure that includes a wall slate
- go through the normal steps to add it as a structure datapack
- try to place it with /place
Other information
This appears to be due to BlockSlate
not overriding Block#rotate
and Block#mirror
example
edit: scratch that, after looking, the source is overriding a thing in HorizontalDirectionalBlock
but extending DirectionalBlock
???
unscratch that: it seems that BlockAkashicBookshelf
implements rotate
and mirror
without overrides and BlockCircleComponent
overrides them from BlockBehaviour.
PS: this is in a dev environment with a couple hex addons, but none should even go near slates