Use volatileEnergyValues in BatteryBankBlockEntity
This commit is contained in:
parent
3bd53fdba0
commit
87a7c2961f
@ -178,7 +178,8 @@ class BatteryBankBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) : Matte
|
|||||||
leftDefault = FlowDirection.INPUT,
|
leftDefault = FlowDirection.INPUT,
|
||||||
rightDefault = FlowDirection.INPUT,
|
rightDefault = FlowDirection.INPUT,
|
||||||
topDefault = FlowDirection.INPUT,
|
topDefault = FlowDirection.INPUT,
|
||||||
bottomDefault = FlowDirection.INPUT
|
bottomDefault = FlowDirection.INPUT,
|
||||||
|
volatileEnergyValues = true
|
||||||
)
|
)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
|
Loading…
Reference in New Issue
Block a user