Update src/main/java/net/pietru/omni_power/blockevents/Power.java
All checks were successful
/ Auto-Build-App (push) Successful in 2m10s

This commit is contained in:
pietru 2024-03-31 16:22:39 +02:00
parent aa027d036f
commit ebfc2d3120

View file

@ -47,7 +47,7 @@ public class Power implements IBlockEventAction {
if (block_entities){
source_entity = BEUtils.getBlockEntity(sourcePos);
source_be = (source_entity instanceof IPowerProducer);
System.out.println("SourceEntityID: "source_entity.getType().getId() +" BE: "+source_be);
System.out.println("SourceEntityID: "+ source_entity.getType().getId() +" BE: "+source_be);
}
Array<BlockPosition> power_transmitters = new Array<>();
Array<BlockPosition> checked_blocks = new Array<>();