A Create addon that lets you precisely control rotational speed using redstone signals. Place a Redstone Speed Modulator between your power source and machines, apply redstone to its left/right sides, and dial in the exact RPM you need.
The redstone signal strength difference between the left and right inputs determines the speed offset. Each signal level adds ±0.5 RPM per interval. Think of it as an analog fine-tuner — great for precise, gradual adjustments.
Each active side (signal > 0) adds or subtracts a fixed RPM step (configurable from 1 to 256). Left = +N RPM, Right = –N RPM, both or neither = no change. Ideal for stepped gear-shifting.
Instantaneous, no accumulation. Output = Initial Speed + (left_signal - right_signal) × Multiplier. Perfect when you want direct, real-time redstone-to-speed mapping.
一个 机械动力 (Create) 附属模组,通过红石信号精确控制转速。在动力源和机器之间放置一个红石转速调节器,在左右两侧输入红石信号,即可精准调节输出 RPM。
左右两侧红石信号强度差决定转速偏移量。每级信号 = ±0.5 RPM/间隔。像模拟微调旋钮一样,适合需要精细渐进调节的场景。
每侧有信号(强度 > 0)即累加/减去固定 RPM 步长(可配置 1-256 RPM)。左侧 = +N RPM,右侧 = –N RPM。适合档位式变速。
即时响应,无累积过程。输出 = 初始转速 + (左信号 - 右信号) × 倍率。适合需要实时直接映射红石到转速的场景。