非门
### 真值表
<TruthTable>
<TruthState input="0" output="1" />
<TruthState input="1" output="0" />
</TruthTable>
*真值表的详细介绍见[此](/atm10-zh-cn/src/pack/assets/little_big_redstone/guide/_zh_cn/logic/introduction)页面。*
<Column>
<GameScene zoom="1.48" padding="3" interactive={true}>
<ImportStructure src="../assets/structures/not_gate.snbt" />
<IsometricCamera yaw="150" pitch="30" />
</GameScene>
</Column>
非门是最简单的逻辑门。它只接受一个输入,只有一个输出,且只会反转信号。
<Wire from="1" fromPort="0" to="2" toPort="0" />
<Wire from="2" fromPort="0" to="3" toPort="0" />
<RedstoneSignal step="0" direction="north" strength="15" />
<RedstoneSignal step="1" direction="north" strength="0" />