Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - Analog gearshift / adjustable clutch #84

Open
grifdail opened this issue Oct 22, 2024 · 0 comments
Open

Suggestion - Analog gearshift / adjustable clutch #84

grifdail opened this issue Oct 22, 2024 · 0 comments

Comments

@grifdail
Copy link

Right now the only way to change the rotation speed of a machine based on a redstone signal level are through the use of adjustable chain gearshift but these are only limited to 1 to 2 range.

My suggestion would be the addition of a block that divide the input rotation speed by the level of the redstone power.

For instance, the gearshift receive an input of 255rmp. At 0 redstone it output at 255rmp, at 8 redstone, it output a 128rpm, at 13 it output 34rpm and at 15 it act like a clutch and output 0 rpm.

The formula would be output_speed = input_speed - round((redstone_level / 15) * input_speed )

Of course an inverted version that only transmit rotation when powered is also possible.

Even though it shouldn't break the game balancing, as it can only output rotation speed below the input one, i still thing it would be better if the recipe is relatively late game (Involving brass maybe ?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant