diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/MatteryWorkerBlockEntity.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/MatteryWorkerBlockEntity.kt index 4981bc2da..e08e04396 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/MatteryWorkerBlockEntity.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/MatteryWorkerBlockEntity.kt @@ -246,11 +246,6 @@ abstract class MatteryWorkerBlockEntity( var currentJob = currentJob if (currentJob == null) { - if (isBlockedByRedstone) { - isIdling = true - break - } - val (job, reason) = computeNextJob() if (job == null) {