This commit is contained in:
DBotThePony 2024-08-25 21:00:51 +07:00
parent 03244dc630
commit 7e3764e466
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -104,7 +104,8 @@ class AndroidChargerMiddleBlockEntity(blockPos: BlockPos, blockState: BlockState
if (proxy.parent !== energy) {
proxy.parent = energy
energyConfig.invalidate(true)
// TODO: retractable sided capabilities
// energyConfig.invalidate(true)
}
}
}
@ -151,7 +152,8 @@ class AndroidChargerTopBlockEntity(blockPos: BlockPos, blockState: BlockState) :
if (proxy.parent !== energy) {
proxy.parent = energy
energyConfig.invalidate(true)
// TODO: retractable sided capabilities
// energyConfig.invalidate(true)
}
}
}