Mechanica

Mechanica

评价数不足
Miner manager CPU
   
奖励
收藏
已收藏
取消收藏
标签: Creation
文件大小
发表于
599.749 KB
2024 年 1 月 28 日 下午 3:57
1 项改动说明 ( 查看 )

订阅以下载
Miner manager CPU

描述
This Computer Manages 1 Miner.

INPUT:
1: Amount of stored Items FROM Storage Box
2: Has fuel/power? FROM Miner
3: Is on? FROM Switch
4: Mine progress FROM Miner

OUTPUT:
1: Is on? TO Miner
2: Text TO Screen
3: Text Color TO Screen
4: State of miner changed EVENT

The Miner will be ON if:
Input 3 is true AKA. The device is turned on by a switch
AND
Input 2 is true AKA. The miner has fuel/power
AND
Input 1 < 1200 AKA.The chest is not full

The Event on Output 4 will be activated whenever the miner changes from on to off or from off to on.