Name refactor / Fixed crash / Power transfer fix

This commit is contained in:
Anuken
2018-09-19 22:17:58 -04:00
parent c9a53aed7b
commit 5248a4eb9c
50 changed files with 88 additions and 99 deletions
@@ -134,7 +134,7 @@ public class DebugBlocks extends BlockList implements ContentList{
}
@Override
public TileEntity getEntity(){
public TileEntity newEntity(){
return new LiquidSourceEntity();
}
};