Fix pattern panel not saving pause state

This commit is contained in:
DBotThePony 2023-08-20 15:43:18 +07:00
parent 1ab252e57a
commit b93e007388
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -93,6 +93,8 @@ class MatterPanelBlockEntity(blockPos: BlockPos, blockState: BlockState) : Matte
init {
exposeGlobally(MatteryCapability.MATTER_NODE, matterNode)
exposeGlobally(MatteryCapability.TASK, this)
savetables.bool(::isProvidingTasks)
}
override fun setLevel(level: Level) {