Update src/main/java/net/pietru/omni_power/blockevents/Power.java
All checks were successful
/ Auto-Build-App (push) Successful in 2m10s
All checks were successful
/ Auto-Build-App (push) Successful in 2m10s
This commit is contained in:
parent
aa027d036f
commit
ebfc2d3120
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class Power implements IBlockEventAction {
|
||||||
if (block_entities){
|
if (block_entities){
|
||||||
source_entity = BEUtils.getBlockEntity(sourcePos);
|
source_entity = BEUtils.getBlockEntity(sourcePos);
|
||||||
source_be = (source_entity instanceof IPowerProducer);
|
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> power_transmitters = new Array<>();
|
||||||
Array<BlockPosition> checked_blocks = new Array<>();
|
Array<BlockPosition> checked_blocks = new Array<>();
|
||||||
|
|
Loading…
Reference in a new issue