← Назад к ресурсам

Power Grid Dynamic Motor w/ CC

Adds CC peripheral support to Create: Power Grid Constant Speed Motors. Allows you to set a fractional rpm output and get the current target motor speed as well.

Modrinth game-mechanics technology utility

Описание

Adds CC peripheral support to Create: Power Grid Constant Speed Motors. Allows you to set a decimal rpm output (Useful for Create: Aeronautics potentially... (The real reason this mod exists)) and get the current target motor speed as well. CC API: ``` getType() -> string "constant_speed_motor" setTargetSpeed(number) -> nil getTargetSpeed() -> number ```