Slates break on Create contraptions
object-Object opened this issue ยท 2 comments
Minecraft_.1.19.2.-.Singleplayer.2023-10-31.17-21-58.mp4
I think this is happening because slates don't extend FaceAttachedHorizontalDirectionalBlock
, so Create doesn't know it needs to handle them differently.
Create seems to have methods to register blocks so they'll be handled properly - I guess Hex needs to call these if Create is installed? There is a create:brittle
block tag, but without handling isBlockAttachedTowards
, the slates just always pop off and can't be attached to contraptions at all.