# 仕様

## 基本的な仕様

Redstone Controlは通常のレッドストーンに互換性がありながら、大幅な拡張を加えたものです。

<table border="1" id="bkmrk-redstone-control-%E3%83%90%E3%83%8B%E3%83%A9" style="border-collapse: collapse; width: 100%; height: 178.781px;"><colgroup><col style="width: 33.3333%;"></col><col style="width: 40%;"></col><col style="width: 40%;"></col></colgroup><thead><tr style="height: 29.7969px;"><td style="height: 29.7969px;">  
</td><td class="align-center" style="height: 29.7969px;">Redstone Control</td><td class="align-center" style="height: 29.7969px;">バニラ</td></tr></thead><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">表現できる値</td><td class="align-center" style="height: 29.7969px;">-2147483648 ～ 2147483647 (符号付32bit)</td><td class="align-center" style="height: 29.7969px;">0 ～ 15 (16段階)</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">最小遅延時間</td><td class="align-center" style="height: 29.7969px;">1Tick (0.05秒)</td><td class="align-center" style="height: 29.7969px;">2Tick (0.10秒)</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">省スペース</td><td class="align-center" style="height: 29.7969px;">✅</td><td class="align-center" style="height: 29.7969px;">❌</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">サーバー負荷</td><td class="align-center" style="height: 29.7969px;">✅</td><td class="align-center" style="height: 29.7969px;">❌</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">液体耐性</td><td class="align-center" style="height: 29.7969px;">✅</td><td class="align-center" style="height: 29.7969px;">❌</td></tr><tr><td>信号の減衰</td><td class="align-center">なし</td><td class="align-center">あり(1ブロックあたり-1)</td></tr></tbody></table>

通常との違いは通常のレッドストーンの値が０～１５の幅に対し、Redstone Controlは<span style="color: rgb(224, 62, 45);">**-2147483648～2147483647**</span>(符号付き32ビット)までの値を表現することができます。

地面に回路を貼る通常のレッドストーンと違い、Redstone Controlは空中で配線する事が前提となる為液体が流れてしまっても回路が壊れてしまう心配はありません。

また、リピーター、クロック回路、定数保持などの部品も充実しており、1ブロックよりも小さい部品で特定の動作を行う事が可能です。