Fabric port in progress

This commit is contained in:
Sebastian Hartte
2020-06-27 23:25:38 +02:00
parent 80fbb58d4f
commit b79cd732b2
368 changed files with 2498 additions and 2698 deletions
@@ -166,7 +166,7 @@ public final class GrowingCrystalEntity extends AEBaseItemEntity {
}
private boolean isAccelerated(final int x, final int y, final int z) {
final BlockEntity te = this.world.getTileEntity(new BlockPos(x, y, z));
final BlockEntity te = this.world.getBlockEntity(new BlockPos(x, y, z));
return te instanceof ICrystalGrowthAccelerator && ((ICrystalGrowthAccelerator) te).isPowered();
}