
Rotation speed controller doesn't work as expected
rikzun opened this issue ยท 3 comments
Describe the Bug
Rotation speed controller ignores the direction in which the cogwheel rotates.
Reproduction Steps
- Place a rotation speed controller
- Add cogwheels (top and side)
- Connect a motor to the top cogwheel
- Change the rotation direction of the motor and observe the cogwheel from the side
Expected Result
Rotation speed controller responds to the direction of rotation of the cogwheel.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Windows 10
Mod Version
0.5.0d
Minecraft Version
1.18.2
Forge Version
40.1.80
Other Mods
No response
Additional Context
Also, rotation speed controller changes the direction of rotation when turning, it seems to me that this is wrong.
It's been years since this was added, but just in case someone else has this issue, I figured out what caused this at least in my game.
The issue was seemingly caused by having two different sources of rotation on my shaft network operating at two different RPMs. In my specific case I had a windmill spinning much slower than my water wheels. For some reason this didn't break the network outright, but when I unlocked rotation speed controllers and tried to hook them up to my network in certain ways they would just break upon connecting. I fixed this by adding another speed controller off of the windmill that forced it to match the speed of the water wheels and the issue was fixed.
Doesn't seems wrong to me as you can effectively set the direction of rotation scrolling on speed controller.