From 87a7c2961f727b550ef65348b9039e67b8fd5637 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 13 Jan 2024 19:40:15 +0700 Subject: [PATCH] Use volatileEnergyValues in BatteryBankBlockEntity --- .../mc/otm/block/entity/tech/BatteryBankBlockEntity.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/tech/BatteryBankBlockEntity.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/tech/BatteryBankBlockEntity.kt index fa1f08a61..f92896414 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/tech/BatteryBankBlockEntity.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/tech/BatteryBankBlockEntity.kt @@ -178,7 +178,8 @@ class BatteryBankBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) : Matte leftDefault = FlowDirection.INPUT, rightDefault = FlowDirection.INPUT, topDefault = FlowDirection.INPUT, - bottomDefault = FlowDirection.INPUT + bottomDefault = FlowDirection.INPUT, + volatileEnergyValues = true ) init {