HexMod icon indicating copy to clipboard operation
HexMod copied to clipboard

Slates break on Create contraptions

Open object-Object opened this issue 1 year ago • 2 comments

https://github.com/gamma-delta/HexMod/assets/37044997/3424067a-f1f1-4f87-911f-7f88170539b2

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.

https://github.com/Fabricators-of-Create/Create/blob/mc1.19/fabric/dev/src/main/java/com/simibubi/create/content/contraptions/BlockMovementChecks.java#L87-L93

object-Object avatar Oct 31 '23 23:10 object-Object

I'm not sure if this bug is still present in the 1.20.1 prereleases, though I'd guess it is.

object-Object avatar Jan 11 '24 02:01 object-Object

Issue still persists in Forge 47.2.0 Hex casting pre-634

Ch1216 avatar Apr 20 '24 21:04 Ch1216