call setChangedLight when job ticks
This commit is contained in:
parent
7053769e26
commit
1eb90a5c17
@ -55,6 +55,7 @@ abstract class MatteryWorkerBlockEntity<JobType : IJob>(
|
||||
}
|
||||
|
||||
override fun onJobTick(status: JobStatus<JobType>) {
|
||||
super@MatteryWorkerBlockEntity.setChangedLight()
|
||||
return this@MatteryWorkerBlockEntity.onJobTick(status, id)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user