Create Fabric

Create Fabric

7M Downloads

Encased Chain Drive incorrectly keeps the rotational direction when changing between horizontal and vertical facing blocks

ChristopherHaws opened this issue ยท 3 comments

commented

Describe the Bug

On the forge version, encased chain drives change the rotational direction based on if they are vertical or horizontal.

On the fabric version, encased chain drives going west to east keeps the same rotational direction when changed between horizonal and vertical facing.

Reproduction Steps

EncasedChainDrive2

Expected Result

The fabric version should behave the same as the forge version. Up/down facing chain drives should always rotate the opposite direction of horizontal facing chain drives.

Screenshots and Videos

Here are some gifs of the same setup in forge vs fabric:
EncasedChainDrive-Forge

EncasedChainDrive-Fabric3

Crash Report or Log

N/A

Operating System

Windows 11

Mod Version

0.5.0g

Minecraft Version

1.19.2

Other Mods

These gifs were taken with nothing but create mod installed on both mod loaders.

Additional Context

No response

commented

Behaves the same as forge on latest commit
thing

commented

Very strange, is it the intended behavior that the bottom two rotate clockwise horizontally but counter-clockwise when vertical but the top two always spin clockwise? My understanding was that encased chain drives change the axis of rotation, but not the direction of the rotation.

commented

I wouldn't say it's intended, just how it turned out. It's not specific to chain drives, ex. rotating mechanical pistons can change which rotation direction extends it.