While the Heavy Core has blockstates, it visually cannot be oriented in any direction.
Linked issues
is duplicated by 1
Attachments
Comments 4
The blockstate JSON states otherwise - it only has a default model, with no state-based rotations.
{
"variants": {
"": {
"model": "minecraft:block/heavy_core"
}
}
}
Yeah I noticed this too, and the way it's coded made me think that it was an intended feature maybe to add something in the future because it has a bunch of different orientations that I don't think exist in other blocks.
It actually can be rotated in the NESW directions but all of the sides are the same. It cannot be orientated Up and Down