Use volatileEnergyValues in BatteryBankBlockEntity

This commit is contained in:
DBotThePony 2024-01-13 19:40:15 +07:00
parent 3bd53fdba0
commit 87a7c2961f
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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 {