Fix machine label in item monitor

This commit is contained in:
DBotThePony 2022-01-02 12:59:55 +07:00
parent 162760c19c
commit a0450a9e39
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -66,6 +66,6 @@ class BlockEntityItemMonitor(p_155229_: BlockPos, p_155230_: BlockState) :
} }
companion object { companion object {
private val NAME = TranslatableComponent("block.overdrive_that_matters.item_storage_viewer") private val NAME = TranslatableComponent("block.overdrive_that_matters.item_monitor")
} }
} }