diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/StorageInterfaces.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/StorageInterfaces.kt index b60098a41..dc5f62ad6 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/StorageInterfaces.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/StorageInterfaces.kt @@ -215,6 +215,8 @@ class StorageExporterBlockEntity(blockPos: BlockPos, blockState: BlockState) : for (tuple in component.getStacks()) { addStack(tuple, component) } + + lastSlot = 0 }.also { it.isWhitelist = true } private var lastSlot = 0